diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2004-12-08 18:19:18 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2004-12-08 18:19:18 +0000 |
commit | 0dada20308e01f91ceae43c0f4cac4f3cc815da8 (patch) | |
tree | 27047603fc514335da3986c131b12fe96127343e | |
parent | 8331aa7802edef8be3cd8716db2adb1c449f8e29 (diff) | |
download | xine-lib-0dada20308e01f91ceae43c0f4cac4f3cc815da8.tar.gz xine-lib-0dada20308e01f91ceae43c0f4cac4f3cc815da8.tar.bz2 |
vdr bits
CVS patchset: 7205
CVS date: 2004/12/08 18:19:18
-rw-r--r-- | include/xine.h.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index ac84121b4..8a981dafa 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine.h.in,v 1.133 2004/11/23 14:35:23 mshopf Exp $ + * $Id: xine.h.in,v 1.134 2004/12/08 18:19:18 miguelfreitas Exp $ * * public xine-lib (libxine) interface and documentation * @@ -1472,6 +1472,9 @@ void xine_config_reset (xine_t *self); #define XINE_EVENT_VDR_VOLPLUS 329 #define XINE_EVENT_VDR_VOLMINUS 330 #define XINE_EVENT_VDR_MUTE 331 +/* some space for further keys */ +#define XINE_EVENT_VDR_SETVIDEOWINDOW 350 +#define XINE_EVENT_VDR_FRAMESIZECHANGED 351 /* * xine event struct |