diff options
| author | phintuka <phintuka> | 2011-02-25 01:41:23 +0000 |
|---|---|---|
| committer | phintuka <phintuka> | 2011-02-25 01:41:23 +0000 |
| commit | 5c1756549561e5ec2b8a4e9b25a51f423ce5e870 (patch) | |
| tree | c32c0bc7509d26e82cb8dafaebff9af8c9f4fd0b | |
| parent | bccd82916328e1a472a55c732e02ef84288a7e3f (diff) | |
| download | xineliboutput-5c1756549561e5ec2b8a4e9b25a51f423ce5e870.tar.gz xineliboutput-5c1756549561e5ec2b8a4e9b25a51f423ce5e870.tar.bz2 | |
Added WINDOW_ID_*
| -rw-r--r-- | xine_frontend.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/xine_frontend.h b/xine_frontend.h index 7384dcc0..df4bfd45 100644 --- a/xine_frontend.h +++ b/xine_frontend.h @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_frontend.h,v 1.24 2011-01-19 06:58:31 rofafor Exp $ + * $Id: xine_frontend.h,v 1.25 2011-02-25 01:41:23 phintuka Exp $ * */ @@ -64,6 +64,11 @@ struct frontend_config_s { #define HUD_XSHAPE 0x2 #define HUD_OPENGL 0x4 +/* Special window_id's */ +#define WINDOW_ID_NONE -1 +#define WINDOW_ID_ROOT -2 + + struct frontend_s { /* Display */ int (*fe_display_open)(frontend_t*, |
