diff options
author | Sven Gothel <[email protected]> | 2013-04-18 08:31:11 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-04-18 08:31:11 +0200 |
commit | d173feb60d085399194549102d4b3d77512c3f73 (patch) | |
tree | 77aaef10eca29c3b91fdca5621bcfdfa57558672 /src/newt/native/X11Common.h | |
parent | f8adb848c0d6b61a8a34dfcdaf13ca773000fbb4 (diff) |
Bug 721: NEWT/X11 RandR 1.3 Support - Part 1 - Delegate RandR functionality to pluggable impl. for RandR 1.1 and 1.3 (todo)
Diffstat (limited to 'src/newt/native/X11Common.h')
-rw-r--r-- | src/newt/native/X11Common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/newt/native/X11Common.h b/src/newt/native/X11Common.h index 4d1a7b59e..7f35216e3 100644 --- a/src/newt/native/X11Common.h +++ b/src/newt/native/X11Common.h @@ -45,8 +45,9 @@ #include <X11/extensions/Xrandr.h> -#include "jogamp_newt_driver_x11_ScreenDriver.h" #include "jogamp_newt_driver_x11_DisplayDriver.h" +#include "jogamp_newt_driver_x11_ScreenDriver.h" +#include "jogamp_newt_driver_x11_ScreenRandR11.h" #include "jogamp_newt_driver_x11_WindowDriver.h" #include "Window.h" |