all repos — fluxbox @ a2cf2805f252b015f39c72d3602fef8e8bbd366e

custom fork of the fluxbox windowmanager

referens
fluxgen fluxgen
commit

a2cf2805f252b015f39c72d3602fef8e8bbd366e

parent

68aeecad1dcb59a5197d9a678b71347a73652eeb

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

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

@@ -22,7 +22,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: Workspace.cc,v 1.35 2002/11/03 15:02:21 fluxgen Exp $ +// $Id: Workspace.cc,v 1.36 2002/11/15 12:17:44 fluxgen Exp $ #include "Workspace.hh"

@@ -77,7 +77,7 @@

Workspace::Workspace(BScreen *scrn, unsigned int i): screen(scrn), lastfocus(0), -m_clientmenu(this), +m_clientmenu(*this), m_name(""), m_id(i), cascade_x(32), cascade_y(32) {