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