diff options
author | numzero <numzer0@yandex.ru> | 2021-01-14 02:28:12 +0300 |
---|---|---|
committer | sfan5 <sfan5@live.de> | 2021-02-25 19:07:58 +0100 |
commit | c4503eaf17664bdf501ee96ba86d3a24636b83bc (patch) | |
tree | 333d95a10553f1c5a2880771ee5bb30a51042b6c /include/SExposedVideoData.h | |
parent | 264f8b72c1dce7c209ac8daaf0484aa3af7740b7 (diff) | |
download | irrlicht-c4503eaf17664bdf501ee96ba86d3a24636b83bc.tar.xz |
GLX window is *not* an X11 window
Diffstat (limited to 'include/SExposedVideoData.h')
-rw-r--r-- | include/SExposedVideoData.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/SExposedVideoData.h b/include/SExposedVideoData.h index 35108f0..ba47f1e 100644 --- a/include/SExposedVideoData.h +++ b/include/SExposedVideoData.h @@ -61,6 +61,7 @@ struct SExposedVideoData void* X11Display;
void* X11Context;
unsigned long X11Window;
+ unsigned long GLXWindow;
};
struct SOpenGLOSX
|