summaryrefslogtreecommitdiff
path: root/frontend.h
diff options
context:
space:
mode:
Diffstat (limited to 'frontend.h')
-rw-r--r--frontend.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/frontend.h b/frontend.h
index 38094dfa..cba8b840 100644
--- a/frontend.h
+++ b/frontend.h
@@ -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);