X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fmenuframe.h;h=65f60560882bbd02217b688781455966310125f3;hb=def76092b587e7e9a2b212dc5211773e336525e1;hp=5404c2651383704efa315d00bc660774fa52743a;hpb=c4e4760c41f10aae6af19a4363cb247c71edee4b;p=chaz%2Fopenbox diff --git a/openbox/menuframe.h b/openbox/menuframe.h index 5404c265..65f60560 100644 --- a/openbox/menuframe.h +++ b/openbox/menuframe.h @@ -1,4 +1,4 @@ -/* -*- indent-tabs-mode: t; tab-width: 4; c-basic-offset: 4; -*- +/* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- menuframe.h for the Openbox window manager Copyright (c) 2003 Ben Jansens @@ -103,7 +103,7 @@ void menu_frame_free(ObMenuFrame *self); void menu_frame_move(ObMenuFrame *self, gint x, gint y); void menu_frame_move_on_screen(ObMenuFrame *self); -void menu_frame_show(ObMenuFrame *self, ObMenuFrame *parent); +gboolean menu_frame_show(ObMenuFrame *self, ObMenuFrame *parent); void menu_frame_hide(ObMenuFrame *self); void menu_frame_hide_all();