diff options
Diffstat (limited to 'NativeApp/include/Linux/LinuxAppBase.hpp')
| -rw-r--r-- | NativeApp/include/Linux/LinuxAppBase.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/NativeApp/include/Linux/LinuxAppBase.hpp b/NativeApp/include/Linux/LinuxAppBase.hpp index 9eb1a3a..809f831 100644 --- a/NativeApp/include/Linux/LinuxAppBase.hpp +++ b/NativeApp/include/Linux/LinuxAppBase.hpp @@ -61,7 +61,8 @@ public: /// by the framework /// \param [in] display - XLib display. /// \param [in] window - XLib window. - virtual void OnGLContextCreated(Display* display, Window window) = 0; + /// \return true if the initialization was successful and false otherwise + virtual bool OnGLContextCreated(Display* display, Window window) = 0; /// Handles an XLib event. |
