Fix xlib.

This commit is contained in:
Brad Nelson
2021-02-07 02:08:59 -08:00
parent 36692a4cfc
commit f82a89e96f
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -1,5 +1,7 @@
include posix/xlib.fs
also x11
z" :0" XOpenDisplay constant display
display XDefaultScreen constant screen
display screen XBlackPixel constant black