summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-15 16:11:08 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-15 16:11:08 +0200
commit8701e319f1620acd2089b8d3c252fa19cc3e6d63 (patch)
treed50fb0447b275f30e3b6461a75100b084de3ca45 /src
parent2f9567839c990f8a12d9dfc84ffc1865c741542e (diff)
downloadxine-lib-8701e319f1620acd2089b8d3c252fa19cc3e6d63.tar.gz
xine-lib-8701e319f1620acd2089b8d3c252fa19cc3e6d63.tar.bz2
The X11 visual doesn't seem to actually work at all with X11 xine-ui, so use the Framebuffer output only with fbxine.
Diffstat (limited to 'src')
-rw-r--r--src/video_out/video_out_fb.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/video_out/video_out_fb.c b/src/video_out/video_out_fb.c
index 3c07f9756..e2672e2a1 100644
--- a/src/video_out/video_out_fb.c
+++ b/src/video_out/video_out_fb.c
@@ -35,14 +35,11 @@
* @author Geert Uytterhoeven and Chris Lawrence:
* Ideas from ppmtofb - Display P?M graphics on framebuffer devices.
*
- * @note Use this with fbxine. It may work with the regular xine too,
- * provided the visual type is changed (USE_X11_VISUAL).
+ * @note Use this with fbxine.
*
* @todo VT Switching (configurable)
*/
-/* #define USE_X11_VISUAL */
-
#define RECOMMENDED_NUM_BUFFERS 5
#define MAXIMUM_NUM_BUFFERS 25
@@ -1117,11 +1114,7 @@ static void *fb_init_class(xine_t *xine, void *visual_gen)
static const vo_info_t vo_info_fb =
{
1, /* priority */
-#ifdef USE_X11_VISUAL
- XINE_VISUAL_TYPE_X11 /* visual type */
-#else
XINE_VISUAL_TYPE_FB /* visual type */
-#endif
};
/* exported plugin catalog entry */