mirror of https://github.com/buggins/dlangui.git
This commit is contained in:
parent
22d5bad2a9
commit
8bcfb8dcdd
|
@ -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) */
|
||||||
uint black, white;
|
c_ulong 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 */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue