diff options
| author | Dana Jansens <danakj@orodu.net> | 2010-02-11 11:16:17 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2010-02-11 11:16:17 -0500 |
| commit | 6e280e9f532d5c2424bb4165f1e9a886740c1bc3 (patch) | |
| tree | fe520238a60c15236480c77858d1c0283f43b2bc /obt/display.h | |
| parent | e83803b8b001bb7eb24ac7441668e57d964f0b27 (diff) | |
create an X Input Method in obt for the app to use for all input
Diffstat (limited to 'obt/display.h')
| -rw-r--r-- | obt/display.h | 2 |
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); |
