From af2f4f8ab50a209502b929082b11a7a07e6c5499 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 4 Jul 2014 20:45:15 +0300 Subject: Fix code style. --- src/utils/glxhelper.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/utils/glxhelper.h') diff --git a/src/utils/glxhelper.h b/src/utils/glxhelper.h index ce3a5568d..528e3f7fb 100644 --- a/src/utils/glxhelper.h +++ b/src/utils/glxhelper.h @@ -27,19 +27,17 @@ #include "localconsts.h" -//struct Display; - namespace GlxHelper { - void *createContext(const unsigned int window, + void *createContext(const unsigned long window, void *const display, const int major, const int minor); - bool makeCurrent(const unsigned int window, + bool makeCurrent(const unsigned long window, void *const display, void *const context); -} // namespace Glx +} // namespace GlxHelper #endif // defined(USE_OPENGL) && defined(USE_X11) #endif // UTILS_GLXHELPER_H -- cgit v1.2.3-70-g09d2