mirror of https://github.com/buggins/dlangui.git
This commit is contained in:
parent
4f30af7e76
commit
22d5bad2a9
|
|
@ -250,7 +250,7 @@ class X11Window : DWindow {
|
|||
_flags = flags;
|
||||
|
||||
/* get the colors black and white (see section for details) */
|
||||
ulong black, white;
|
||||
uint black, white;
|
||||
black = BlackPixel(x11display, x11screen); /* get color black */
|
||||
white = WhitePixel(x11display, x11screen); /* get color white */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue