X11.windows: fix bug with radeonhd driver (reported by Chris Double)
parent
b18081929c
commit
5d64766e4c
|
@ -6,7 +6,7 @@ arrays fry ;
|
|||
IN: x11.windows
|
||||
|
||||
: create-window-mask ( -- n )
|
||||
{ CWColormap CWEventMask } flags ;
|
||||
{ CWBackPixel CWBorderPixel CWColormap CWEventMask } flags ;
|
||||
|
||||
: create-colormap ( visinfo -- colormap )
|
||||
[ dpy get root get ] dip XVisualInfo-visual AllocNone
|
||||
|
|
Loading…
Reference in New Issue