[Change] Changed the application name.
This commit is contained in:
parent
95be6fb452
commit
89eda402d8
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user