aboutsummaryrefslogtreecommitdiff
path: root/src/Rootmenu.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2002-12-01 13:42:15 (GMT)
committerrathnor <rathnor>2002-12-01 13:42:15 (GMT)
commit28b5c604490094e187494dcc566bd3d7a05a2c25 (patch)
tree8f78f5714a5cd055c10b067a2656fe7b2338e71a /src/Rootmenu.hh
parentb9134162f9633784d9097df18769a699a62650fe (diff)
downloadfluxbox_pavel-28b5c604490094e187494dcc566bd3d7a05a2c25.zip
fluxbox_pavel-28b5c604490094e187494dcc566bd3d7a05a2c25.tar.bz2
Indenting from tabs to emacs 4-space
Diffstat (limited to 'src/Rootmenu.hh')
-rw-r--r--src/Rootmenu.hh12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Rootmenu.hh b/src/Rootmenu.hh
index 0ac83f8..75df30d 100644
--- a/src/Rootmenu.hh
+++ b/src/Rootmenu.hh
@@ -29,16 +29,16 @@
29 29
30class Rootmenu: public Basemenu { 30class Rootmenu: public Basemenu {
31public: 31public:
32 explicit Rootmenu(BScreen *scr); 32 explicit Rootmenu(BScreen *scr);
33 void setAutoGroupWindow(Window window); 33 void setAutoGroupWindow(Window window);
34 void show(); 34 void show();
35 35
36protected: 36protected:
37 virtual void itemSelected(int button, unsigned int index); 37 virtual void itemSelected(int button, unsigned int index);
38 38
39private: 39private:
40 Window useAutoGroupWindow(); 40 Window useAutoGroupWindow();
41 Window auto_group_window; 41 Window auto_group_window;
42 42
43}; 43};
44 44