summaryrefslogtreecommitdiff
path: root/obt/display.h
diff options
context:
space:
mode:
Diffstat (limited to 'obt/display.h')
-rw-r--r--obt/display.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/obt/display.h b/obt/display.h
index ff20f9c9..b5816a9a 100644
--- a/obt/display.h
+++ b/obt/display.h
@@ -56,6 +56,8 @@ extern gint obt_display_extension_sync_basep;
extern Display* obt_display;
+/*! Open the X display. You should call g_set_prgname() before calling this
+ function for X Input Methods to work correctly. */
gboolean obt_display_open(const char *display_name);
void obt_display_close(void);