aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh
index 2625ec0..ea10e5d 100644
--- a/src/fluxbox.hh
+++ b/src/fluxbox.hh
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: fluxbox.hh,v 1.86 2004/04/19 22:45:44 fluxgen Exp $ 25// $Id: fluxbox.hh,v 1.87 2004/04/22 21:07:57 fluxgen Exp $
26 26
27#ifndef FLUXBOX_HH 27#ifndef FLUXBOX_HH
28#define FLUXBOX_HH 28#define FLUXBOX_HH
@@ -107,6 +107,7 @@ public:
107 107
108 /// obsolete 108 /// obsolete
109 enum Titlebar{SHADE=0, MINIMIZE, MAXIMIZE, CLOSE, STICK, MENU, EMPTY}; 109 enum Titlebar{SHADE=0, MINIMIZE, MAXIMIZE, CLOSE, STICK, MENU, EMPTY};
110 enum TabsAttachArea{ATTACH_AREA_WINDOW= 0, ATTACH_AREA_TITLEBAR};
110 111
111 112
112 113
@@ -114,6 +115,7 @@ public:
114 115
115 inline const std::vector<Fluxbox::Titlebar>& getTitlebarRight() const { return *m_rc_titlebar_right; } 116 inline const std::vector<Fluxbox::Titlebar>& getTitlebarRight() const { return *m_rc_titlebar_right; }
116 inline const std::vector<Fluxbox::Titlebar>& getTitlebarLeft() const { return *m_rc_titlebar_left; } 117 inline const std::vector<Fluxbox::Titlebar>& getTitlebarLeft() const { return *m_rc_titlebar_left; }
118 inline const Fluxbox::TabsAttachArea getTabsAttachArea() const { return *m_rc_tabs_attach_area; }
117 inline const std::string &getStyleFilename() const { return *m_rc_stylefile; } 119 inline const std::string &getStyleFilename() const { return *m_rc_stylefile; }
118 120
119 inline const std::string &getMenuFilename() const { return *m_rc_menufile; } 121 inline const std::string &getMenuFilename() const { return *m_rc_menufile; }
@@ -252,6 +254,7 @@ private:
252 254
253 255
254 FbTk::Resource<TitlebarList> m_rc_titlebar_left, m_rc_titlebar_right; 256 FbTk::Resource<TitlebarList> m_rc_titlebar_left, m_rc_titlebar_right;
257 FbTk::Resource<TabsAttachArea> m_rc_tabs_attach_area;
255 FbTk::Resource<unsigned int> m_rc_cache_life, m_rc_cache_max; 258 FbTk::Resource<unsigned int> m_rc_cache_life, m_rc_cache_max;
256 FbTk::Resource<time_t> m_rc_auto_raise_delay; 259 FbTk::Resource<time_t> m_rc_auto_raise_delay;
257 FbTk::Resource<bool> m_rc_use_mod1; /// temporary!, to disable mod1 for resize/move 260 FbTk::Resource<bool> m_rc_use_mod1; /// temporary!, to disable mod1 for resize/move