Improve visual cues during plugin drag and drop. Fixes #3566.
[ardour.git] / gtk2_ardour / enums.h
index ebd061cc40b2bd5130994074341ebed2dfec9c08..0b0e95f82874979419fe1aaefbdf0b541ce2e7d0 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2000-2007 Paul Davis 
+    Copyright (C) 2000-2007 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -20,7 +20,7 @@
 #ifndef __ardour_gtk_enums_h__
 #define __ardour_gtk_enums_h__
 
-#include <ardour/types.h>
+#include "ardour/types.h"
 
 enum Width {
        Wide,
@@ -45,6 +45,15 @@ struct SelectionRect {
     uint32_t id;
 };
 
+enum Height {
+       HeightLargest,
+       HeightLarger,
+       HeightLarge,
+       HeightNormal,
+       HeightSmall,
+       HeightSmaller
+};
+
 extern void setup_gtk_ardour_enums ();
 
 #endif /* __ardour_gtk_enums_h__ */