summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrofafor <rofafor>2011-01-19 06:58:31 +0000
committerrofafor <rofafor>2011-01-19 06:58:31 +0000
commit83e24bc6016c3bb26243dfd1b8e07419e236cd2a (patch)
tree53d3965b6d23c8c4a82f3a97f85ccff926c64b5e
parente54461b8553416e1eb0333295ba06adc5d6240ff (diff)
downloadxineliboutput-83e24bc6016c3bb26243dfd1b8e07419e236cd2a.tar.gz
xineliboutput-83e24bc6016c3bb26243dfd1b8e07419e236cd2a.tar.bz2
Fixed HUD bitmask values.
-rw-r--r--xine_frontend.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/xine_frontend.h b/xine_frontend.h
index 93e67c63..7384dcc0 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.23 2011-01-17 12:29:13 phintuka Exp $
+ * $Id: xine_frontend.h,v 1.24 2011-01-19 06:58:31 rofafor Exp $
*
*/
@@ -59,10 +59,10 @@ struct frontend_config_s {
#define FE_OK 1
#define FE_ERROR 0
-/* HUD OSD */
-#define HUD_COMPOSITE 1
-#define HUD_XSHAPE 2
-#define HUD_OPENGL 3
+/* HUD OSD bitmask values */
+#define HUD_COMPOSITE 0x1
+#define HUD_XSHAPE 0x2
+#define HUD_OPENGL 0x4
struct frontend_s {
/* Display */