diff options
Diffstat (limited to 'include/mglpp/mglpp.hpp')
-rw-r--r-- | include/mglpp/mglpp.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/mglpp/mglpp.hpp b/include/mglpp/mglpp.hpp index 58f956d..730ddf5 100644 --- a/include/mglpp/mglpp.hpp +++ b/include/mglpp/mglpp.hpp @@ -19,8 +19,8 @@ namespace mgl { class Init { public: - // Throws InitException on failure - Init(WindowSystem window_system = WindowSystem::NATIVE); + // Throws InitException on failure. + Init(WindowSystem window_system = WindowSystem::X11); ~Init(); bool is_connected_to_display_server(); |