aboutsummaryrefslogtreecommitdiffstats
path: root/src/xlib.c
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2010-01-04 21:23:13 -0800
committerJohn Hawthorn <john.hawthorn@gmail.com>2010-01-04 21:23:13 -0800
commite72175aa7cdf7ac9407e694148ff44bfec28debd (patch)
treec43b075299d437253c772818c12b6b04a37459e8 /src/xlib.c
parentbdfc9445506d72d3eec7c3902449efaf13cf0d98 (diff)
downloadmirror-meh-e72175aa7cdf7ac9407e694148ff44bfec28debd.tar.gz
mirror-meh-e72175aa7cdf7ac9407e694148ff44bfec28debd.tar.bz2
mirror-meh-e72175aa7cdf7ac9407e694148ff44bfec28debd.zip
cleanup and declare some methods as static
Diffstat (limited to 'src/xlib.c')
-rw-r--r--src/xlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xlib.c b/src/xlib.c
index 06f63f8..26586a3 100644
--- a/src/xlib.c
+++ b/src/xlib.c
@@ -19,7 +19,7 @@ struct data_t{
};
/* Globals */
-Display *display;
+static Display *display;
static int screen;
static Window window;
static GC gc;