aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/SetFore.c
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/X11/SetFore.c')
-rw-r--r--nx-X11/lib/X11/SetFore.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/nx-X11/lib/X11/SetFore.c b/nx-X11/lib/X11/SetFore.c
index ab73b2d23..50c9f1228 100644
--- a/nx-X11/lib/X11/SetFore.c
+++ b/nx-X11/lib/X11/SetFore.c
@@ -30,10 +30,10 @@ in this Software without prior written authorization from The Open Group.
#include "Xlibint.h"
int
-XSetForeground (dpy, gc, foreground)
-register Display *dpy;
-GC gc;
-unsigned long foreground; /* CARD32 */
+XSetForeground (
+ register Display *dpy,
+ GC gc,
+ unsigned long foreground) /* CARD32 */
{
LockDisplay(dpy);
if (gc->values.foreground != foreground) {