projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
164a095
)
include Xlib.h for other platforms
author
Dana Jansens
<danakj@orodu.net>
Fri, 8 Aug 2003 15:09:10 +0000
(15:09 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Fri, 8 Aug 2003 15:09:10 +0000
(15:09 +0000)
render/render.h
patch
|
blob
|
history
diff --git
a/render/render.h
b/render/render.h
index 6c99b43ced48e028be313a0c6bb955530a84099e..e90b6fe6d60278fe26a36e6ad1654213c8e2ffc1 100644
(file)
--- a/
render/render.h
+++ b/
render/render.h
@@
-2,6
+2,7
@@
#define __render_h
#define _XFT_NO_COMPAT_ /* no Xft 1 API */
+#include <X11/Xlib.h> /* some platforms dont include this as needed for Xft */
#include <X11/Xft/Xft.h>
#include <X11/Xlib.h>
#include <glib.h>