X-Git-Url: https://develop.uap-core.de/gitweb/uwplayer.git/blobdiff_plain/5dddf6a0fd936f4f3349d0174c1261d8fb99523c..dc6deecb9155cc8e90d28bb90c66d58c8ae2b93e:/application/player.h diff --git a/application/player.h b/application/player.h index 8d50a72..8f47e83 100644 --- a/application/player.h +++ b/application/player.h @@ -30,12 +30,21 @@ extern "C" { #endif -#define REQ_ID_PLAYBACK_TIME 1 +#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 }