all repos — fluxbox @ a61b37da70e0cd1556617c56890455ef89ee1fb0

custom fork of the fluxbox windowmanager

minor correction of include names
Mathias Gumz akira at fluxbox dot org
commit

a61b37da70e0cd1556617c56890455ef89ee1fb0

parent

9cb78eaa3b7a588fea60830752689ecf8db5b16e

4 files changed, 5 insertions(+), 5 deletions(-)

jump to
M src/FbWinFrameTheme.ccsrc/FbWinFrameTheme.cc

@@ -20,7 +20,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER

// DEALINGS IN THE SOFTWARE. #include "FbWinFrameTheme.hh" -#include "App.hh" +#include "FbTk/App.hh" #include "IconbarTheme.hh"
M src/Slit.ccsrc/Slit.cc

@@ -40,11 +40,11 @@ #include "FbTk/EventManager.hh"

#include "FbTk/SimpleCommand.hh" #include "FbTk/Theme.hh" #include "FbTk/Transparent.hh" -#include "MacroCommand.hh" +#include "FbTk/MacroCommand.hh" #include "FbCommands.hh" #include "Layer.hh" #include "LayerMenu.hh" -#include "XLayer.hh" +#include "FbTk/XLayer.hh" #include "RootTheme.hh" #include "FbMenu.hh"
M src/SlitClient.hhsrc/SlitClient.hh

@@ -22,7 +22,7 @@

#ifndef SLITCLIENT_HH #define SLITCLIENT_HH -#include "NotCopyable.hh" +#include "FbTk/NotCopyable.hh" #include <X11/Xlib.h> #include <string>
M src/WinClient.ccsrc/WinClient.cc

@@ -29,7 +29,7 @@ #include "FbAtoms.hh"

#include "Xutil.hh" -#include "EventManager.hh" +#include "FbTk/EventManager.hh" #include "FbTk/MultLayers.hh" #include <iostream>