projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use struct timeval and not a long to store socket timeout under Unix too
[wxWidgets.git]
/
include
/
wx
/
unix
/
glx11.h
diff --git
a/include/wx/unix/glx11.h
b/include/wx/unix/glx11.h
index 9f8d6353e2b4911ce6bb89be170e1ab75150529b..b2d48eacac72fa5836c3460b2e29d999509886d8 100644
(file)
--- a/
include/wx/unix/glx11.h
+++ b/
include/wx/unix/glx11.h
@@
-66,6
+66,9
@@
public:
// return GLX version: 13 means 1.3 &c
static int GetGLXVersion();
+ // return true if multisample extension is available
+ static bool IsGLXMultiSampleAvailable();
+
// get the X11 handle of this window
virtual Window GetXWindow() const = 0;