|
x11_window = XCreateWindow(x11_display, RootWindow(x11_display, vi->screen), 0, 0, OS::get_singleton()->get_video_mode().width, OS::get_singleton()->get_video_mode().height, 0, vi->depth, InputOutput, vi->visual, CWBorderPixel | CWColormap | CWEventMask, &swa);
|
|
x11_window = XCreateWindow(x11_display, RootWindow(x11_display, vi->screen), 0, 0, OS::get_singleton()->get_video_mode().width, OS::get_singleton()->get_video_mode().height, 0, vi->depth, InputOutput, vi->visual, CWBorderPixel | CWColormap | CWEventMask, &swa);
|
|
ERR_FAIL_COND_V(!x11_window, ERR_UNCONFIGURED);
|
|
ERR_FAIL_COND_V(!x11_window, ERR_UNCONFIGURED);
|
|
XMapWindow(x11_display, x11_window);
|
|
XMapWindow(x11_display, x11_window);
|