xog: cosmetix
[urforth.git] / libs / x11 / all.f
blob7b67a85d32f28e6792ee9b9b4793baaa9854c1b6
1 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2 ;; UrForth level 1: self-hosting 32-bit Forth compiler
3 ;; Copyright (C) 2020 Ketmar Dark // Invisible Vector
4 ;; GPLv3 ONLY
5 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
7 [IFNDEF] x11
8 vocabulary x11 also x11 definitions
9 " x11_const.f" tload
10 " x11_xlib.f" tload
11 " x11_xext.f" tload
12 " x11_xft.f" tload
13 " x11_xrender.f" tload
14 " x11_xpm.f" tload
15 \ " x11_opengl.f" tload
16 previous definitions
17 [ENDIF]