X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=obt%2Fdisplay.h;h=b5816a9a58e5770e0910297e09f752cb4afa8c5b;hb=d3d96b572a9278cf8f3542b56e583b1744b1110f;hp=ff20f9c92b8c5f8dabcfc7edf2c444167f5790e4;hpb=9676757a08b3e2e508c47f7795326bda8e54dc53;p=chaz%2Fopenbox 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);