fix
This commit is contained in:
parent
10b9571c01
commit
d690fa2dd6
@ -661,11 +661,6 @@ CreateWindow(PlatformWindow* window, string name, u32 width, u32 height, XVisual
|
||||
|
||||
window.screen_id = XDefaultScreen(window.display);
|
||||
|
||||
XSetWindowAttributes attrs = {
|
||||
background_pixmap: None,
|
||||
background_pixel: XBlackPixel(window.display, window.screen_id),
|
||||
};
|
||||
|
||||
i64 value_mask = CWBackPixmap | CWBackPixel;
|
||||
|
||||
if(visual_info)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user