mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
GLCtrl: GTK fixed
git-svn-id: svn://ultimatepp.org/upp/trunk@7925 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
0245b36e29
commit
ce712289bc
2 changed files with 3 additions and 4 deletions
|
|
@ -37,6 +37,7 @@ public:
|
|||
Callback WhenGLPaint;
|
||||
|
||||
virtual void GLPaint();
|
||||
virtual void GLResize(int w, int h);
|
||||
|
||||
void StdView();
|
||||
};
|
||||
|
|
|
|||
|
|
@ -3,11 +3,9 @@ uses
|
|||
|
||||
library(WIN32 GCC) "glaux glu32 opengl32";
|
||||
|
||||
library(LINUX) "GL GLU";
|
||||
library(LINUX | BSD) "GL GLU";
|
||||
|
||||
library(BSD) "GL GLU";
|
||||
|
||||
library(GTK) "gdkglext-x11-1.0 gtkglext-x11-1.0";
|
||||
library((LINUX | FREEBSD) & (!X11 | !NOGTK)) "gdkglext-x11-1.0 gtkglext-x11-1.0";
|
||||
|
||||
file
|
||||
GLCtrl.h,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue