aboutsummaryrefslogtreecommitdiff
path: root/src/LayerMenu.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-05-07 11:30:28 (GMT)
committerfluxgen <fluxgen>2003-05-07 11:30:28 (GMT)
commit9548e4bf500afb2e40600ab358a2b157c78b0732 (patch)
tree0d072bb1afb51d66c85aa23c20974c928d29f5d8 /src/LayerMenu.hh
parentb42f722198d74fddc1856e1717f6dab2be32523f (diff)
downloadfluxbox-9548e4bf500afb2e40600ab358a2b157c78b0732.zip
fluxbox-9548e4bf500afb2e40600ab358a2b157c78b0732.tar.bz2
Fixed include and some comments
Diffstat (limited to 'src/LayerMenu.hh')
-rw-r--r--src/LayerMenu.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/LayerMenu.hh b/src/LayerMenu.hh
index 3eafa3f..86d34ba 100644
--- a/src/LayerMenu.hh
+++ b/src/LayerMenu.hh
@@ -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: LayerMenu.hh,v 1.2 2003/04/16 13:43:41 rathnor Exp $ 23// $Id: LayerMenu.hh,v 1.3 2003/05/07 11:30:28 fluxgen Exp $
24 24
25#ifndef LAYERMENU_HH 25#ifndef LAYERMENU_HH
26#define LAYERMENU_HH 26#define LAYERMENU_HH
@@ -31,11 +31,11 @@
31#include "RefCount.hh" 31#include "RefCount.hh"
32#include "SimpleCommand.hh" 32#include "SimpleCommand.hh"
33 33
34class Fluxbox; 34#include "fluxbox.hh"
35 35
36// provides a generic way for giving an object a layer menu 36// provides a generic way for giving an object a layer menu
37 37
38// this class holds the layermenu items 38/// this class holds the layermenu items
39template <typename ItemType> 39template <typename ItemType>
40class LayerMenuItem : public FbTk::MenuItem { 40class LayerMenuItem : public FbTk::MenuItem {
41public: 41public:
@@ -57,7 +57,7 @@ private:
57}; 57};
58 58
59 59
60/* create a layer menu inside from the given menu */ 60/// Create a layer menu inside from the given menu
61template <typename ItemType> 61template <typename ItemType>
62class LayerMenu : public FbMenu { 62class LayerMenu : public FbMenu {
63public: 63public: