all repos — fluxbox @ fc4f15e2c4036f94d5e8091d269e3c80840e0d96

custom fork of the fluxbox windowmanager

NotCopyable is now in FbTk
fluxgen fluxgen
commit

fc4f15e2c4036f94d5e8091d269e3c80840e0d96

parent

558aa0f9f970b95bdd14582da7690a8208fe7bb9

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/Workspace.hhsrc/Workspace.hh

@@ -41,7 +41,7 @@

/** Handles a single workspace */ -class Workspace:private NotCopyable { +class Workspace:private FbTk::NotCopyable { public: typedef std::vector<FluxboxWindow *> Windows; typedef std::vector<Window> Stack;