diff options
| author | 2014-07-29 16:04:16 +0200 | |
|---|---|---|
| committer | 2014-07-29 16:04:16 +0200 | |
| commit | fc6d56f1a9ce482f8bfd0252842846da68a9d753 (patch) | |
| tree | 68b4b3e823b3d9e39da0190d90277470182cb919 | |
| parent | c56a829b111de17fc0de3a1a53d5fe00b9187583 (diff) | |
| download | xkbcat-fc6d56f1a9ce482f8bfd0252842846da68a9d753.tar.gz xkbcat-fc6d56f1a9ce482f8bfd0252842846da68a9d753.zip | |
Simplify global initialisation
| -rw-r--r-- | xkbcat.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -31,11 +31,8 @@ #define KEYSYM_STRLEN 64 /* Global variables */ -extern Display *disp; -extern int PrintUp; - Display *disp; -int PrintUp =FALSE; +int PrintUp = FALSE; char *KeyCodeToStr(int code, int down); |
