Search
lxdream.org :: lxdream/src/drivers/video_x11.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/video_x11.c
changeset 481:3b2d6c5a19ad
prev478:57f73576c974
next531:f0fee3ba71d1
author nkeynes
date Sat Nov 17 06:04:19 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Don't build the translator if the architecture is unsupported. Also tidy things up a little to allow (theoretically) different translators to be selected at build time.
file annotate diff log raw
1.1 --- a/src/drivers/video_x11.c Wed Oct 31 09:11:14 2007 +0000
1.2 +++ b/src/drivers/video_x11.c Sat Nov 17 06:04:19 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: video_x11.c,v 1.19 2007-10-31 09:11:14 nkeynes Exp $
1.6 + * $Id: video_x11.c,v 1.20 2007-10-31 12:05:23 nkeynes Exp $
1.7 *
1.8 * Shared functions for all X11-based display drivers.
1.9 *
1.10 @@ -41,6 +41,7 @@
1.11 static XSetWindowAttributes win_attrs;
1.12
1.13 gboolean video_glx_create_window( int width, int height );
1.14 +gboolean video_glx_init_context( Window window );
1.15
1.16 gboolean video_glx_init( Display *display, Screen *screen, Window window,
1.17 int width, int height, display_driver_t driver )
.