X-Git-Url: https://develop.uap-core.de/gitweb/uwplayer.git/blobdiff_plain/2a56f611dc3fe723d5b52c54a74845ecd7714e25..dc6deecb9155cc8e90d28bb90c66d58c8ae2b93e:/application/player.h diff --git a/application/player.h b/application/player.h index 26980a6..8f47e83 100644 --- a/application/player.h +++ b/application/player.h @@ -32,11 +32,19 @@ extern "C" { #define REQ_ID_PLAYBACK_TIME "11" #define REQ_ID_PLAYBACK_TIME_INT 11 +#define REQ_ID_WIDTH "12" +#define REQ_ID_WIDTH_INT 12 +#define REQ_ID_HEIGHT "13" +#define REQ_ID_HEIGHT_INT 13 + void PlayerOpenFile(MainWindow *win); void PlayerDestroy(Player *p); +void PlayerEOF(Player *p); + +void PlayerHandleInput(MainWindow *win, Player *p, XmDrawingAreaCallbackStruct *cb); #ifdef __cplusplus }