From b8aad679463541456b175cf3b7834056738bb20d Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Wed, 11 Jun 2008 21:14:20 -0500 Subject: [PATCH] Fix X11 UI load error --- extra/ui/x11/x11.factor | 2 +- extra/x11/xlib/xlib.factor | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/ui/x11/x11.factor b/extra/ui/x11/x11.factor index 1ba0c96a4d..70962b1ba0 100755 --- a/extra/ui/x11/x11.factor +++ b/extra/ui/x11/x11.factor @@ -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 ; diff --git a/extra/x11/xlib/xlib.factor b/extra/x11/xlib/xlib.factor index 3c0ae24a70..6fc586106c 100755 --- a/extra/x11/xlib/xlib.factor +++ b/extra/x11/xlib/xlib.factor @@ -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