X-Git-Url: https://develop.uap-core.de/gitweb/uwplayer.git/blobdiff_plain/b4c8e61d4466789fddccac524f046f038d86d681..663ac840aba3c8203afd517380d9eba7191787e4:/application/window.h diff --git a/application/window.h b/application/window.h index ad44fcb..b0f9c64 100644 --- a/application/window.h +++ b/application/window.h @@ -58,6 +58,10 @@ typedef struct MainWindow { bool cursorhidden; bool buttongrab; + Widget playRepeatTrackButton; + Widget playRepeatListButton; + Widget playAutoPlayButton; + Time player_event_time; Time button_press_time; double motion_playback_time; @@ -67,6 +71,8 @@ typedef struct MainWindow { int mouse_y_orig; Boolean repeatTrack; + Boolean repeatList; + Boolean autoplayFolder; } MainWindow; MainWindow* WindowCreate(Display *dp);