Search
lxdream.org :: lxdream/src/display.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/display.h
changeset 422:61a0598e07ff
prev370:3131ba1440fc
next424:421d68e78c46
author nkeynes
date Sat Oct 06 09:03:24 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Fix compilation warnings
file annotate diff log raw
1.1 --- a/src/display.h Sat Sep 08 04:05:35 2007 +0000
1.2 +++ b/src/display.h Sat Oct 06 09:03:24 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: display.h,v 1.6 2007-09-08 04:05:35 nkeynes Exp $
1.6 + * $Id: display.h,v 1.7 2007-10-06 08:59:42 nkeynes Exp $
1.7 *
1.8 * The PC side of the video support (responsible for actually displaying /
1.9 * rendering frames)
1.10 @@ -20,10 +20,10 @@
1.11 #ifndef dream_video_H
1.12 #define dream_video_H
1.13
1.14 -#include "mem.h"
1.15 #include <stdint.h>
1.16 #include <glib.h>
1.17 #include <GL/gl.h>
1.18 +#include "dream.h"
1.19
1.20 #ifdef __cplusplus
1.21 extern "C" {
.