summaryrefslogtreecommitdiff
path: root/src/session.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2013-07-31 22:24:22 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2013-07-31 22:24:22 -0700
commitafcad0de54ecd1a8bfaf261e4e6882985a234963 (patch)
treec3cbfe52cc80dacab9ff14c148e6a55cf1d90577 /src/session.c
parent4c2ff3f0a6bae8b369dfb74267f7fa52d511dfb2 (diff)
Make some more previously global variables into file-scoped statics
Not used from other source files, so no need to export them Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/session.c')
-rw-r--r--src/session.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/session.c b/src/session.c
index 8040a51..4dd91c3 100644
--- a/src/session.c
+++ b/src/session.c
@@ -63,10 +63,10 @@ Author: Ralph Mor, X Consortium
#include "session.h"
SmcConn smcConn = NULL;
-XtInputId iceInputId;
-char *twm_clientId;
-TWMWinConfigEntry *winConfigHead = NULL;
-Bool sent_save_done = 0;
+static XtInputId iceInputId;
+static char *twm_clientId;
+static TWMWinConfigEntry *winConfigHead = NULL;
+static Bool sent_save_done = 0;
#define SAVEFILE_VERSION 2