diff options
Diffstat (limited to 'src/utils/glxhelper.h')
-rw-r--r-- | src/utils/glxhelper.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/utils/glxhelper.h b/src/utils/glxhelper.h index 528e3f7fb..e76da1005 100644 --- a/src/utils/glxhelper.h +++ b/src/utils/glxhelper.h @@ -32,7 +32,8 @@ namespace GlxHelper void *createContext(const unsigned long window, void *const display, const int major, - const int minor); + const int minor, + const int profile); bool makeCurrent(const unsigned long window, void *const display, |