From 6e280e9f532d5c2424bb4165f1e9a886740c1bc3 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 11 Feb 2010 11:16:17 -0500 Subject: create an X Input Method in obt for the app to use for all input --- obt/display.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'obt/display.h') 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); -- cgit v1.2.3