all repos — fluxbox @ f972b9f04767f97cd5e194637ae268befb42fd03

custom fork of the fluxbox windowmanager

minor fix
fluxgen fluxgen
commit

f972b9f04767f97cd5e194637ae268befb42fd03

parent

d2dcfe4139df8abf2eef26f972e4001e727895f7

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

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

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: SetWorkspaceName.cc,v 1.2 2003/08/27 18:05:12 fluxgen Exp $ +// $Id: SetWorkspaceName.cc,v 1.3 2003/12/19 00:47:55 fluxgen Exp $ #include "SetWorkspaceName.hh"

@@ -27,6 +27,7 @@ #include "Screen.hh"

#include "Workspace.hh" #include "WinClient.hh" #include "FbWinFrameTheme.hh" +#include "fluxbox.hh" #include "FbTk/EventManager.hh" #include "FbTk/App.hh"