aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-08-15 21:03:57 (GMT)
committerPavel Labath <pavelo@centrum.sk>2011-11-01 10:04:02 (GMT)
commit698a4af938737295494dade50950d1aeebc8b55d (patch)
tree075017c3a59ac2575f708d223cf2391e82b9eb69 /src/Window.hh
parent678a98de943963e993827540496741ae814af8bd (diff)
downloadfluxbox_paul-698a4af938737295494dade50950d1aeebc8b55d.zip
fluxbox_paul-698a4af938737295494dade50950d1aeebc8b55d.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/Window.hh')
-rw-r--r--src/Window.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 5c2e595..6117d48 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -561,7 +561,7 @@ private:
561 maximize:1, close:1, menu:1, sticky:1, shade:1, tab:1, enabled:1; 561 maximize:1, close:1, menu:1, sticky:1, shade:1, tab:1, enabled:1;
562 } decorations; 562 } decorations;
563 563
564 std::vector<WinButton::Type> m_titlebar_buttons[2]; 564 std::vector<WinButtonType> m_titlebar_buttons[2];
565 bool m_toggled_decos; 565 bool m_toggled_decos;
566 566
567 struct { 567 struct {