[Change] Changed the application name.

This commit is contained in:
Rtch90 2012-04-05 22:22:42 +01:00
parent 95be6fb452
commit 89eda402d8

View File

@ -140,7 +140,7 @@ bool GLWindow::Create(int width, int height, int bpp, bool fullscreen) {
_xWindow = XCreateWindow(_display, RootWindow(_display, vi->screen), _xWindow = XCreateWindow(_display, RootWindow(_display, vi->screen),
0, 0, width, height, 0, vi->depth, InputOutput, vi->visual, 0, 0, width, height, 0, vi->depth, InputOutput, vi->visual,
CWBorderPixel | CWColorMap | CWEventMask, &_XSetAttr); CWBorderPixel | CWColorMap | CWEventMask, &_XSetAttr);
string title = "Some GL Demo stuff.."; string title = "LibD";
if(fullscreen) { if(fullscreen) {
XWarpPointer(_display, None, _xWindow, 0, 0, 0, 0, 0, 0); XWarpPointer(_display, None, _xWindow, 0, 0, 0, 0, 0, 0);