Fix X11 UI load error
parent
f9ed7ac1ae
commit
b8aad67946
|
@ -12,7 +12,7 @@ IN: ui.x11
|
|||
|
||||
SINGLETON: x11-ui-backend
|
||||
|
||||
: XA_NET_WM_NAME "_NET_WM_NAME" x-atom ;
|
||||
: XA_NET_WM_NAME ( -- atom ) "_NET_WM_NAME" x-atom ;
|
||||
|
||||
TUPLE: x11-handle window glx xic ;
|
||||
|
||||
|
|
|
@ -1257,8 +1257,8 @@ FUNCTION: Status XSetStandardProperties (
|
|||
|
||||
FUNCTION: void XFree ( void* data ) ;
|
||||
FUNCTION: int XStoreName ( Display* display, Window w, char* window_name ) ;
|
||||
|
||||
FUNCTION: void XSetWMNormalHints ( Display* display, Window w, XSizeHints* hints ) ;
|
||||
FUNCTION: int XBell ( Display* display, int percent ) ;
|
||||
|
||||
! !!! INPUT METHODS
|
||||
|
||||
|
|
Loading…
Reference in New Issue