aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-04-15 12:13:22 (GMT)
committerfluxgen <fluxgen>2003-04-15 12:13:22 (GMT)
commit80b0f72d3079b38d857a0305f23ca80fdd071a70 (patch)
treefd8b648aa6626f0ee13eed82dcff17e1a9339a95
parent9a2777a116cb1c69722eb2238ef8de19975ca851 (diff)
downloadfluxbox-80b0f72d3079b38d857a0305f23ca80fdd071a70.zip
fluxbox-80b0f72d3079b38d857a0305f23ca80fdd071a70.tar.bz2
need fbtk ThemeManager
-rw-r--r--src/FbCommands.cc3
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>