summaryrefslogtreecommitdiff
path: root/misc/snowflake/files/patch-sf_control.c
blob: d50218d1d0f8698e3b5ebf2070d310c7b2c2655c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- sf_control.c.orig	Mon Dec 21 00:18:55 1998
+++ sf_control.c	Sat Oct  7 16:20:33 2006
@@ -15,9 +15,8 @@
 #include <sys/shm.h>
 #include <sys/sem.h>
 
-#include "sf.h"
-
 #include "getopt.h"
+#include "sf.h"
 
 /* for iconify_window(): */
 #include <X11/Xlib.h>
@@ -266,7 +265,7 @@
 static char        xpm_filespec[MAX_FILESPEC+1]    = { 0 };
 
 static char        design_filespec[MAX_FILESPEC+1] = { 0 };
-static char        design_line = -1;
+static signed char        design_line = -1;
 static FILE*       design_file = (FILE*)0;
 
 /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */