click in the video area can move the window now
[uwplayer.git] / application / window.h
index ad44fcb..05385cc 100644 (file)
@@ -57,16 +57,21 @@ typedef struct MainWindow {
     bool mbvisible;
     bool cursorhidden;
     bool buttongrab;
+    bool pwbuttonpressed;
+    
+    Widget playRepeatTrackButton;
+    Widget playRepeatListButton;
+    Widget playAutoPlayButton;
     
     Time player_event_time;
     Time button_press_time;
     double motion_playback_time;
     int mouse_x;
     int mouse_y;
-    int mouse_x_orig;
-    int mouse_y_orig;
     
     Boolean repeatTrack;
+    Boolean repeatList;
+    Boolean autoplayFolder;
 } MainWindow;
 
 MainWindow* WindowCreate(Display *dp);