aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.hh
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-08-15 21:03:57 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-08-16 08:01:19 (GMT)
commite49f8991e37b8eb25f1f8596d2a7446224a5a905 (patch)
treecf78a2e07d001e8c570e09603655b53d79e95e86 /src/FbWinFrame.hh
parent377ebd9c1dcad6573902f3020d3e33f5f23786ae (diff)
downloadfluxbox_pavel-e49f8991e37b8eb25f1f8596d2a7446224a5a905.zip
fluxbox_pavel-e49f8991e37b8eb25f1f8596d2a7446224a5a905.tar.bz2
Move declarations of Resource enums to a separate file
The reason for this is that I need to access those enums from fluxbox-update_configs and I don't want to #include and link everything in src. I also merged Slit::Placement, Toolbar::Placement and FbWinFrame::TabPlacement into one enum.
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r--src/FbWinFrame.hh12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh
index 5e13301..c876509 100644
--- a/src/FbWinFrame.hh
+++ b/src/FbWinFrame.hh
@@ -57,18 +57,6 @@ public:
57 // STRICTINTERNAL means it doesn't go external automatically when no titlebar 57 // STRICTINTERNAL means it doesn't go external automatically when no titlebar
58 enum TabMode { NOTSET = 0, INTERNAL = 1, EXTERNAL }; 58 enum TabMode { NOTSET = 0, INTERNAL = 1, EXTERNAL };
59 59
60 /// Toolbar placement on the screen
61 enum TabPlacement{
62 // top and bottom placement
63 TOPLEFT = 1, TOP, TOPRIGHT,
64 BOTTOMLEFT, BOTTOM, BOTTOMRIGHT,
65 // left and right placement
66 LEFTBOTTOM, LEFT, LEFTTOP,
67 RIGHTBOTTOM, RIGHT, RIGHTTOP,
68
69 DEFAULT = TOPLEFT
70 };
71
72 /// create a top level window 60 /// create a top level window
73 FbWinFrame(BScreen &screen, WindowState &state, 61 FbWinFrame(BScreen &screen, WindowState &state,
74 FocusableTheme<FbWinFrameTheme> &theme); 62 FocusableTheme<FbWinFrameTheme> &theme);