Merge branch 'master' of git://factorcode.org/git/factor
commit
7902334b20
|
@ -29,6 +29,8 @@ IN: x11.windows
|
||||||
|
|
||||||
: window-attributes ( visinfo -- attributes )
|
: window-attributes ( visinfo -- attributes )
|
||||||
"XSetWindowAttributes" <c-object>
|
"XSetWindowAttributes" <c-object>
|
||||||
|
0 over set-XSetWindowAttributes-background_pixel
|
||||||
|
0 over set-XSetWindowAttributes-border_pixel
|
||||||
[ [ create-colormap ] dip set-XSetWindowAttributes-colormap ] keep
|
[ [ create-colormap ] dip set-XSetWindowAttributes-colormap ] keep
|
||||||
event-mask over set-XSetWindowAttributes-event_mask ;
|
event-mask over set-XSetWindowAttributes-event_mask ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue