From 3e94f2d5fe0ee95f54faabbe253ac33327ef6d66 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 16 Sep 2011 22:44:02 -0700 Subject: Strip trailing whitespace Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith --- src/Xinerama.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/Xinerama.c') diff --git a/src/Xinerama.c b/src/Xinerama.c index 9dbff36..93b1a9f 100644 --- a/src/Xinerama.c +++ b/src/Xinerama.c @@ -58,7 +58,7 @@ static /* const */ XExtensionHooks panoramiX_extension_hooks = { }; static XEXT_GENERATE_FIND_DISPLAY (find_display, panoramiX_ext_info, - panoramiX_extension_name, + panoramiX_extension_name, &panoramiX_extension_hooks, 0, NULL) @@ -201,7 +201,7 @@ Status XPanoramiXGetScreenSize ( req->reqType = info->codes->major_opcode; req->panoramiXReqType = X_PanoramiXGetScreenSize; req->window = drawable; - req->screen = screen_num; /* need to define */ + req->screen = screen_num; /* need to define */ if (!_XReply (dpy, (xReply *) &rep, 0, xTrue)) { UnlockDisplay (dpy); SyncHandle (); @@ -263,7 +263,7 @@ Bool XineramaIsActive(Display *dpy) return rep.state; } -XineramaScreenInfo * +XineramaScreenInfo * XineramaQueryScreens( Display *dpy, int *number -- cgit v1.2.1