Merge branch 'master' into more_robust_stack_checking
commit
1ca702d1f7
|
@ -6,7 +6,7 @@ arrays fry ;
|
||||||
IN: x11.windows
|
IN: x11.windows
|
||||||
|
|
||||||
: create-window-mask ( -- n )
|
: create-window-mask ( -- n )
|
||||||
{ CWColormap CWEventMask } flags ;
|
{ CWBackPixel CWBorderPixel CWColormap CWEventMask } flags ;
|
||||||
|
|
||||||
: create-colormap ( visinfo -- colormap )
|
: create-colormap ( visinfo -- colormap )
|
||||||
[ dpy get root get ] dip XVisualInfo-visual AllocNone
|
[ dpy get root get ] dip XVisualInfo-visual AllocNone
|
||||||
|
|
Loading…
Reference in New Issue