add binfolder path relative filters, fix gbrp color model, vwdw timebar tweaks, title...
[goodguy/history.git] / cinelerra-5.1 / guicast / bcwindowbase.inc
index 16bb93e8bd24a3b5ec85c2e9eee9148aa55211b2..e3f68802581821b57f9441d544693d9a52cd516c 100644 (file)
@@ -31,11 +31,6 @@ class BC_WindowList;
 // Milliseconds before cursor disappears during video playback
 #define VIDEO_CURSOR_TIMEOUT 2000
 
-// Window options
-#define WINDOW_UTF8    0x0001
-//used to flag top_level window in glx_window / glXCreateWindow
-#define GLX_DISPLAY    0x0002
-
 // mouse wheel
 #define WHEEL_UP 4
 #define WHEEL_DOWN 5
@@ -45,6 +40,9 @@ class BC_WindowList;
 #define MIDDLE_BUTTON 2
 #define RIGHT_BUTTON 3
 
+// textbox policy mask
+#define CLICK_ACTIVATE 1
+#define CLICK_DEACTIVATE 2
 
 // Use single thread for all windows.
 // This is a bad idea because it's very slow.  Windows which share the same