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