diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-27 17:05:49 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-08-27 17:05:49 (GMT) |
commit | 55fd49614bb1b9e37561147f18719b2ac277b64b (patch) | |
tree | c0f58db24f6fa3a457bca26393c00632dd630328 /src/Makefile.am | |
parent | 08c8c6431f88ff3d5012d800a8df689b7028fe98 (diff) | |
download | fluxbox_pavel-55fd49614bb1b9e37561147f18719b2ac277b64b.zip fluxbox_pavel-55fd49614bb1b9e37561147f18719b2ac277b64b.tar.bz2 |
move FbWinFrame::State class to a new file
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 448a781..923b2cc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am | |||
@@ -113,7 +113,7 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \ | |||
113 | Slit.cc Slit.hh SlitTheme.hh SlitTheme.cc SlitClient.hh SlitClient.cc \ | 113 | Slit.cc Slit.hh SlitTheme.hh SlitTheme.cc SlitClient.hh SlitClient.cc \ |
114 | WinButton.hh WinButton.cc \ | 114 | WinButton.hh WinButton.cc \ |
115 | WinButtonTheme.hh WinButtonTheme.cc \ | 115 | WinButtonTheme.hh WinButtonTheme.cc \ |
116 | Window.cc Window.hh \ | 116 | Window.cc Window.hh WindowState.cc WindowState.hh\ |
117 | Workspace.cc Workspace.hh \ | 117 | Workspace.cc Workspace.hh \ |
118 | FbCommands.hh FbCommands.cc LayerMenu.hh LayerMenu.cc \ | 118 | FbCommands.hh FbCommands.cc LayerMenu.hh LayerMenu.cc \ |
119 | Layer.hh \ | 119 | Layer.hh \ |