projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
show the resize cursor when the mouse is above the grip and not only when it's just...
[wxWidgets.git]
/
samples
/
opengl
/
penguin
/
lw.h
diff --git
a/samples/opengl/penguin/lw.h
b/samples/opengl/penguin/lw.h
index 06d8d520ab6d42760aab1d56dc9c6cc849752861..be8c727bb568722b33f0a1c751caaad25050b4bd 100644
(file)
--- a/
samples/opengl/penguin/lw.h
+++ b/
samples/opengl/penguin/lw.h
@@
-21,9
+21,13
@@
#define LW_H
#ifdef __WXMAC__
-#include <glu.h>
+# ifdef __DARWIN__
+# include <OpenGL/glu.h>
+# else
+# include <glu.h>
+# endif
#else
-#include <GL/glu.h>
+#
include <GL/glu.h>
#endif
#define LW_MAX_POINTS 200