Merge branch 'master' of git://factorcode.org/git/factor

db4
Doug Coleman 2009-04-17 23:25:02 -05:00
commit 7902334b20
1 changed files with 2 additions and 0 deletions
basis/x11/windows

View File

@ -29,6 +29,8 @@ IN: x11.windows
: window-attributes ( visinfo -- attributes )
"XSetWindowAttributes" <c-object>
0 over set-XSetWindowAttributes-background_pixel
0 over set-XSetWindowAttributes-border_pixel
[ [ create-colormap ] dip set-XSetWindowAttributes-colormap ] keep
event-mask over set-XSetWindowAttributes-event_mask ;