add rpc event handler
[uwplayer.git] / application / window.h
index c90dfe5..37d6d17 100644 (file)
@@ -40,6 +40,8 @@ typedef struct Player {
     bool isactive;
     
     double playback_time;
+    int width;
+    int height;
 } Player;
     
 typedef struct MainWindow {