Fix xlib.
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
( Bindings for Xlib )
|
||||
also posix
|
||||
vocabulary x11 also x11 definitions
|
||||
|
||||
z" libX11.so" shared-library xlib
|
||||
|
||||
@ -96,3 +98,5 @@ xevent ClientMessage
|
||||
xevent MappingNotify
|
||||
xevent GenericEvent
|
||||
drop
|
||||
|
||||
only forth definitions
|
||||
|
||||
@ -1,5 +1,7 @@
|
||||
include posix/xlib.fs
|
||||
|
||||
also x11
|
||||
|
||||
z" :0" XOpenDisplay constant display
|
||||
display XDefaultScreen constant screen
|
||||
display screen XBlackPixel constant black
|
||||
|
||||
Reference in New Issue
Block a user