wmmoonclock: mark some file-scope variables static.
Signed-off-by: Jeremy Sowden <jeremy@azazel.net>
This commit is contained in:
parent
9fda6b107a
commit
f3c5aa1780
|
@ -43,14 +43,14 @@
|
|||
/*
|
||||
* X11 Variables
|
||||
*/
|
||||
int x_fd;
|
||||
XSizeHints mysizehints;
|
||||
XWMHints mywmhints;
|
||||
Pixel back_pix, fore_pix;
|
||||
char *Geometry = "";
|
||||
GC NormalGC;
|
||||
XpmIcon wmgen;
|
||||
Pixmap pixmask;
|
||||
static int x_fd;
|
||||
static XSizeHints mysizehints;
|
||||
static XWMHints mywmhints;
|
||||
static Pixel back_pix, fore_pix;
|
||||
static char *Geometry = "";
|
||||
static GC NormalGC;
|
||||
static XpmIcon wmgen;
|
||||
static Pixmap pixmask;
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue