diff options
Diffstat (limited to 'frontend.h')
-rw-r--r-- | frontend.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: frontend.h,v 1.38 2010-03-13 12:04:29 phintuka Exp $ + * $Id: frontend.h,v 1.39 2010-03-15 11:43:26 phintuka Exp $ * */ @@ -57,6 +57,9 @@ class cXinelibThread : public cThread, public cListObject // Sync(): wait until all pending control messages have been processed by the client virtual void Sync(void) { Xine_Control("SYNC"); }; + void Pip_Config(int Index, int X = -1, int Y = -1, int W = -1, int H = -1); + void Pip_Close(int Index); + protected: int Xine_Control(const char *cmd, const char *p1); int Xine_Control(const char *cmd, int p1); |