all repos — fluxbox @ db95500c59fad9d3e2cc93804eb9271446b51659

custom fork of the fluxbox windowmanager

fixed include menu
fluxgen fluxgen
commit

db95500c59fad9d3e2cc93804eb9271446b51659

parent

ac24a4ae8da8ddecdbdf1901aa2182307249dfb1

1 files changed, 3 insertions(+), 2 deletions(-)

jump to
M src/IconButton.ccsrc/IconButton.cc

@@ -20,7 +20,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: IconButton.cc,v 1.18 2004/02/18 10:16:23 fluxgen Exp $ +// $Id: IconButton.cc,v 1.19 2004/05/02 20:46:19 fluxgen Exp $ #include "IconButton.hh"

@@ -30,12 +30,13 @@ #include "Screen.hh"

#include "Window.hh" #include "WinClient.hh" -#include "FbTk/SimpleCommand.hh" #include "FbTk/App.hh" +#include "FbTk/SimpleCommand.hh" #include "FbTk/EventManager.hh" #include "FbTk/MacroCommand.hh" #include "FbTk/Command.hh" #include "FbTk/RefCount.hh" +#include "FbTk/Menu.hh" #ifdef HAVE_CONFIG_H