This commit is contained in:
Matthew 2025-11-30 16:37:44 +11:00
parent 10b9571c01
commit d690fa2dd6

View File

@ -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)