X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=obt%2Fdisplay.h;h=b5816a9a58e5770e0910297e09f752cb4afa8c5b;hb=30fe9697dfd7276a8d18cdecde9809eeec80bf0d;hp=8c074b5bb7c7e5af20ab986be0622ec075db0c64;hpb=1124d1036984f920dcd5b2caec9ff8fe2d788b8a;p=chaz%2Fopenbox diff --git a/obt/display.h b/obt/display.h index 8c074b5b..b5816a9a 100644 --- a/obt/display.h +++ b/obt/display.h @@ -56,8 +56,10 @@ 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 obt_display_close(void); void obt_display_ignore_errors(gboolean ignore);