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