summaryrefslogtreecommitdiff
path: root/src/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.h')
-rw-r--r--src/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.h b/src/command.h
index 6481514..02862bf 100644
--- a/src/command.h
+++ b/src/command.h
@@ -327,7 +327,7 @@ extern unsigned long PrivateModes;
extern Atom wmDeleteWindow;
extern int refresh_count, refresh_limit, refresh_type;
#ifdef USE_XIM
-extern XIC Input_Context; /* input context */
+extern XIC xim_input_context; /* input context */
#endif
/************ Function Prototypes ************/