diff options
author | rofafor <rofafor> | 2008-11-12 10:51:22 +0000 |
---|---|---|
committer | rofafor <rofafor> | 2008-11-12 10:51:22 +0000 |
commit | 6fd1b08c26e1aa85a52c8923eed22abdb49f248d (patch) | |
tree | b51b87a06a78cae10622c3ac7d29f623d73943c8 | |
parent | 9d71510bdc42549ab8fc0eb79c2a6f20ef95601d (diff) | |
download | xineliboutput-6fd1b08c26e1aa85a52c8923eed22abdb49f248d.tar.gz xineliboutput-6fd1b08c26e1aa85a52c8923eed22abdb49f248d.tar.bz2 |
Removed include "xine_osd_command.h".
-rw-r--r-- | xine_frontend.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xine_frontend.h b/xine_frontend.h index 79ae6d6a..b396df9a 100644 --- a/xine_frontend.h +++ b/xine_frontend.h @@ -4,15 +4,13 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_frontend.h,v 1.9 2008-11-11 19:04:02 rofafor Exp $ + * $Id: xine_frontend.h,v 1.10 2008-11-12 10:51:22 rofafor Exp $ * */ #ifndef _XINE_FRONTEND_H #define _XINE_FRONTEND_H -#include "xine_osd_command.h" - #ifdef __cplusplus extern "C" { #endif @@ -24,6 +22,8 @@ typedef void (*fe_keypress_f)(const char *keymap, const char *name); typedef struct frontend_config_s frontend_config_t; typedef struct frontend_s frontend_t; +struct osd_command_s; + #if 0 struct frontend_config_s { /* Display */ |