This commit is contained in:
Vadim Lopatin 2017-06-13 11:45:51 +03:00
parent 4f30af7e76
commit 22d5bad2a9
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ class X11Window : DWindow {
_flags = flags; _flags = flags;
/* get the colors black and white (see section for details) */ /* get the colors black and white (see section for details) */
ulong black, white; uint black, white;
black = BlackPixel(x11display, x11screen); /* get color black */ black = BlackPixel(x11display, x11screen); /* get color black */
white = WhitePixel(x11display, x11screen); /* get color white */ white = WhitePixel(x11display, x11screen); /* get color white */