add menu item for toggling window size adjustment
[uwplayer.git] / application / player.h
index 3309096..8f47e83 100644 (file)
@@ -42,6 +42,9 @@ void PlayerOpenFile(MainWindow *win);
 
 void PlayerDestroy(Player *p);
 
+void PlayerEOF(Player *p);
+
+void PlayerHandleInput(MainWindow *win, Player *p, XmDrawingAreaCallbackStruct *cb);
 
 #ifdef __cplusplus
 }