all repos — fluxbox @ f37df2619b4d680b448b7b8e8a3394258e0e6fff

custom fork of the fluxbox windowmanager

minor fix
fluxgen fluxgen
commit

f37df2619b4d680b448b7b8e8a3394258e0e6fff

parent

ff5f444666948d8fbd345f1b32e7ffd54fecfaeb

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

jump to
M src/FbTk/FbWindow.ccsrc/FbTk/FbWindow.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: FbWindow.cc,v 1.16 2003/05/10 23:11:33 fluxgen Exp $ +// $Id: FbWindow.cc,v 1.17 2003/05/13 14:07:24 fluxgen Exp $ #include "FbWindow.hh" #include "EventManager.hh"

@@ -70,6 +70,7 @@

}; FbWindow::FbWindow(Window client):m_parent(0), m_window(0), + m_screen_num(0), m_destroy(false) { // don't destroy this window setNew(client);