add repeat toggle button
[uwplayer.git] / application / window.h
index 7230515..ad44fcb 100644 (file)
@@ -65,6 +65,8 @@ typedef struct MainWindow {
     int mouse_y;
     int mouse_x_orig;
     int mouse_y_orig;
+    
+    Boolean repeatTrack;
 } MainWindow;
 
 MainWindow* WindowCreate(Display *dp);