diff options
author | fluxgen <fluxgen> | 2003-04-15 12:13:22 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-04-15 12:13:22 (GMT) |
commit | 80b0f72d3079b38d857a0305f23ca80fdd071a70 (patch) | |
tree | fd8b648aa6626f0ee13eed82dcff17e1a9339a95 /src | |
parent | 9a2777a116cb1c69722eb2238ef8de19975ca851 (diff) | |
download | fluxbox_paul-80b0f72d3079b38d857a0305f23ca80fdd071a70.zip fluxbox_paul-80b0f72d3079b38d857a0305f23ca80fdd071a70.tar.bz2 |
need fbtk ThemeManager
Diffstat (limited to 'src')
-rw-r--r-- | src/FbCommands.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/FbCommands.cc b/src/FbCommands.cc index 2dcec4e..83663fb 100644 --- a/src/FbCommands.cc +++ b/src/FbCommands.cc | |||
@@ -19,10 +19,11 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: FbCommands.cc,v 1.2 2003/02/15 01:58:06 fluxgen Exp $ | 22 | // $Id: FbCommands.cc,v 1.3 2003/04/15 12:13:22 fluxgen Exp $ |
23 | 23 | ||
24 | #include "FbCommands.hh" | 24 | #include "FbCommands.hh" |
25 | #include "fluxbox.hh" | 25 | #include "fluxbox.hh" |
26 | #include "FbTk/Theme.hh" | ||
26 | 27 | ||
27 | #include <sys/types.h> | 28 | #include <sys/types.h> |
28 | #include <unistd.h> | 29 | #include <unistd.h> |