From 9073128871489c40cae932fbea69749d40b72fcd Mon Sep 17 00:00:00 2001 From: "wayo.cavazos" Date: Tue, 30 May 2006 07:36:13 +0000 Subject: [PATCH] Minor reformatting --- library/ui/x11/xlib.factor | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/library/ui/x11/xlib.factor b/library/ui/x11/xlib.factor index 4b9b54a6a4..389608a81d 100644 --- a/library/ui/x11/xlib.factor +++ b/library/ui/x11/xlib.factor @@ -186,8 +186,10 @@ FUNCTION: Status XLowerWindow ( Display* display, Window w ) ; ! 3.9 - Changing Window Attributes -FUNCTION: Status XChangeWindowAttributes ( Display* display, Window w, ulong valuemask, XSetWindowAttributes* attr ) ; -FUNCTION: Status XSetWindowBackground ( Display* display, Window w, ulong background_pixel ) ; +FUNCTION: Status XChangeWindowAttributes ( + Display* display, Window w, ulong valuemask, XSetWindowAttributes* attr ) ; +FUNCTION: Status XSetWindowBackground ( + Display* display, Window w, ulong background_pixel ) ; FUNCTION: Status XDefineCursor ( Display* display, Window w, Cursor cursor ) ; FUNCTION: Status XUndefineCursor ( Display* display, Window w ) ;