aboutsummaryrefslogtreecommitdiff
path: root/src/IconButton.cc
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2004-05-02 20:46:19 (GMT)
committerfluxgen <fluxgen>2004-05-02 20:46:19 (GMT)
commitdb95500c59fad9d3e2cc93804eb9271446b51659 (patch)
treed34a15126463b5e6bab135cc22ac3c51c0013d2a /src/IconButton.cc
parentac24a4ae8da8ddecdbdf1901aa2182307249dfb1 (diff)
downloadfluxbox-db95500c59fad9d3e2cc93804eb9271446b51659.zip
fluxbox-db95500c59fad9d3e2cc93804eb9271446b51659.tar.bz2
fixed include menu
Diffstat (limited to 'src/IconButton.cc')
-rw-r--r--src/IconButton.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/IconButton.cc b/src/IconButton.cc
index b9b41b2..c572604 100644
--- a/src/IconButton.cc
+++ b/src/IconButton.cc
@@ -20,7 +20,7 @@
20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 20// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
21// DEALINGS IN THE SOFTWARE. 21// DEALINGS IN THE SOFTWARE.
22 22
23// $Id: IconButton.cc,v 1.18 2004/02/18 10:16:23 fluxgen Exp $ 23// $Id: IconButton.cc,v 1.19 2004/05/02 20:46:19 fluxgen Exp $
24 24
25#include "IconButton.hh" 25#include "IconButton.hh"
26 26
@@ -30,12 +30,13 @@
30#include "Window.hh" 30#include "Window.hh"
31#include "WinClient.hh" 31#include "WinClient.hh"
32 32
33#include "FbTk/SimpleCommand.hh"
34#include "FbTk/App.hh" 33#include "FbTk/App.hh"
34#include "FbTk/SimpleCommand.hh"
35#include "FbTk/EventManager.hh" 35#include "FbTk/EventManager.hh"
36#include "FbTk/MacroCommand.hh" 36#include "FbTk/MacroCommand.hh"
37#include "FbTk/Command.hh" 37#include "FbTk/Command.hh"
38#include "FbTk/RefCount.hh" 38#include "FbTk/RefCount.hh"
39#include "FbTk/Menu.hh"
39 40
40 41
41#ifdef HAVE_CONFIG_H 42#ifdef HAVE_CONFIG_H