click in the video area can move the window now
[uwplayer.git] / application / window.h
index b0f9c64..05385cc 100644 (file)
@@ -57,6 +57,7 @@ typedef struct MainWindow {
     bool mbvisible;
     bool cursorhidden;
     bool buttongrab;
+    bool pwbuttonpressed;
     
     Widget playRepeatTrackButton;
     Widget playRepeatListButton;
@@ -67,8 +68,6 @@ typedef struct MainWindow {
     double motion_playback_time;
     int mouse_x;
     int mouse_y;
-    int mouse_x_orig;
-    int mouse_y_orig;
     
     Boolean repeatTrack;
     Boolean repeatList;