diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-11-11 21:07:54 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-11-11 21:07:54 +0000 |
commit | b8ab0392f7ae04092c0ca972100d40d369b43fed (patch) | |
tree | 5323794959d440f1830a39d1ead83048bb2f2547 | |
parent | cf11f85b72849e0975d31f5f3eb1d3df3143b057 (diff) | |
download | xine-lib-b8ab0392f7ae04092c0ca972100d40d369b43fed.tar.gz xine-lib-b8ab0392f7ae04092c0ca972100d40d369b43fed.tar.bz2 |
Oops, forgot to commit the new visual type change (NONE).
CVS patchset: 3241
CVS date: 2002/11/11 21:07:54
-rw-r--r-- | include/xine.h.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index 7050ad853..b580c6a84 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.35 2002/11/09 23:22:32 guenter Exp $ + * $Id: xine.h.in,v 1.36 2002/11/11 21:07:54 f1rmb Exp $ * * public xine-lib (libxine) interface and documentation * @@ -415,6 +415,7 @@ void xine_register_log_cb (xine_t *self, xine_log_cb_t cb, /* valid visual types */ +#define XINE_VISUAL_TYPE_NONE 0 #define XINE_VISUAL_TYPE_X11 1 #define XINE_VISUAL_TYPE_AA 2 #define XINE_VISUAL_TYPE_FB 3 |