This commit is contained in:
Vadim Lopatin 2017-06-13 11:57:08 +03:00
parent 22d5bad2a9
commit 8bcfb8dcdd
1 changed files with 1 additions and 1 deletions

View File

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