Search
lxdream.org :: lxdream/src/display.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/display.h
changeset 755:ab873907b00e
prev736:a02d1475ccfd
next770:429ff505c450
author nkeynes
date Wed Jul 23 11:10:49 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Change sprintf to snprintf (safer)
file annotate diff log raw
1.1 --- a/src/display.h Mon Jul 14 07:44:42 2008 +0000
1.2 +++ b/src/display.h Wed Jul 23 11:10:49 2008 +0000
1.3 @@ -25,8 +25,8 @@
1.4 #include <stdint.h>
1.5 #include <stdio.h>
1.6 #include <glib.h>
1.7 -#include <glib/gi18n.h>
1.8 #include "lxdream.h"
1.9 +#include "gettext.h"
1.10 #ifdef APPLE_BUILD
1.11 #include <OpenGL/gl.h>
1.12 #include <OpenGL/glext.h>
.