Search
lxdream.org :: lxdream/src/drivers/video_x11.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/drivers/video_x11.h
changeset 370:3131ba1440fc
prev352:f0df7a6d4703
author nkeynes
date Thu Oct 11 11:09:10 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Use the default visual (all we do is render onto the front buffer, so we don't really care what it is)
file annotate diff log raw
1.1 --- a/src/drivers/video_x11.h Sun Feb 11 10:09:32 2007 +0000
1.2 +++ b/src/drivers/video_x11.h Thu Oct 11 11:09:10 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: video_x11.h,v 1.4 2007-02-11 10:09:32 nkeynes Exp $
1.6 + * $Id: video_x11.h,v 1.5 2007-09-08 04:05:35 nkeynes Exp $
1.7 *
1.8 * Parent for all X11 display drivers.
1.9 *
1.10 @@ -24,5 +24,5 @@
1.11
1.12 gboolean video_glx_init( Display *display, Screen *screen, Window window,
1.13 int width, int height, display_driver_t driver );
1.14 -
1.15 +void video_glx_shutdown();
1.16 #endif
.