Fix X11 UI load error

db4
Slava Pestov 2008-06-11 21:14:20 -05:00
parent f9ed7ac1ae
commit b8aad67946
2 changed files with 2 additions and 2 deletions

View File

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

View File

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