From 89eda402d8ad38a0fe563996f29c75f3ab023f43 Mon Sep 17 00:00:00 2001 From: Rtch90 Date: Thu, 5 Apr 2012 22:22:42 +0100 Subject: [PATCH] [Change] Changed the application name. --- src/Main/GLWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main/GLWindow.cpp b/src/Main/GLWindow.cpp index 97185f0..764b29d 100644 --- a/src/Main/GLWindow.cpp +++ b/src/Main/GLWindow.cpp @@ -140,7 +140,7 @@ bool GLWindow::Create(int width, int height, int bpp, bool fullscreen) { _xWindow = XCreateWindow(_display, RootWindow(_display, vi->screen), 0, 0, width, height, 0, vi->depth, InputOutput, vi->visual, CWBorderPixel | CWColorMap | CWEventMask, &_XSetAttr); - string title = "Some GL Demo stuff.."; + string title = "LibD"; if(fullscreen) { XWarpPointer(_display, None, _xWindow, 0, 0, 0, 0, 0, 0);