Skip to content
Snippets Groups Projects
Commit fcf10142 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Ye old typo in last commit

parent 22e380b9
Branches
Tags
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4382 passed
...@@ -551,7 +551,7 @@ static int init_window() ...@@ -551,7 +551,7 @@ static int init_window()
/* Create window, but defer setting a size and GC. */ /* Create window, but defer setting a size and GC. */
XSetWindowAttributes wa = {0}; XSetWindowAttributes wa = {0};
wincmap = x11.XCreateColormap(dpy, DefaultRootWindow(dpy), visual, AllocNone); wincmap = x11.XCreateColormap(dpy, DefaultRootWindow(dpy), visual, AllocNone);
x11.InstallColormap(dpy, wincmap); x11.XInstallColormap(dpy, wincmap);
wa.colormap = wincmap; wa.colormap = wincmap;
wa.background_pixel = black; wa.background_pixel = black;
wa.border_pixel = black; wa.border_pixel = black;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment