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 108:565de331ccec
prev94:8d80d9c7cc7d
next144:7f0714e89aaa
author nkeynes
date Mon Mar 20 11:58:37 2006 +0000 (18 years ago)
permissions -rw-r--r--
last change Add an fwrite_dump() method to do a binary block dump
file annotate diff log raw
1.1 --- a/src/drivers/video_x11.h Sun Feb 05 04:05:27 2006 +0000
1.2 +++ b/src/drivers/video_x11.h Mon Mar 20 11:58:37 2006 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: video_x11.h,v 1.1 2006-02-05 04:05:27 nkeynes Exp $
1.6 + * $Id: video_x11.h,v 1.2 2006-03-15 13:16:46 nkeynes Exp $
1.7 *
1.8 * Parent for all X11 display drivers.
1.9 *
1.10 @@ -28,4 +28,8 @@
1.11 extern Screen *video_x11_screen;
1.12 extern Window video_x11_window;
1.13
1.14 +
1.15 +gboolean video_glx_set_render_format( int x, int y, int width, int height );
1.16 +void video_glx_swap_buffers();
1.17 +
1.18 #endif
.