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