summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorjacksonmj <mj-pt@jacksonmj.co.uk>2011-02-20 22:38:19 (GMT)
committer FacialTurd <simon@hardwired.org.uk>2011-02-21 16:08:20 (GMT)
commit6f2965d0d069e8586d9ca32d042ee6dd094cb0f0 (patch)
tree99318f838f004de815e151ea7cce6ff6ce5a33b5 /includes
parent1419337374ad254eddab69fa1bff11204abca69d (diff)
downloadpowder-6f2965d0d069e8586d9ca32d042ee6dd094cb0f0.zip
powder-6f2965d0d069e8586d9ca32d042ee6dd094cb0f0.tar.gz
Zoom key conflict with international keyboards
Change zoom key to only use keysym.sym, like all the other keyboard controls. This may mean it is no longer the 'z' key on all systems, but will prevent it conflicting with the other keyboard controls.
Diffstat (limited to 'includes')
-rw-r--r--includes/interface.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/interface.h b/includes/interface.h
index e1d7e6f..a49f75f 100644
--- a/includes/interface.h
+++ b/includes/interface.h
@@ -154,8 +154,6 @@ extern char search_expr[256];
extern char *tag_names[TAG_MAX];
extern int tag_votes[TAG_MAX];
-extern int Z_keysym;
-
extern int zoom_en;
extern int zoom_x, zoom_y;
extern int zoom_wx, zoom_wy;