all repos — fluxbox @ 8aa1b8d5b0836daf712bd3cd969a1ec488c9bdfe

custom fork of the fluxbox windowmanager

minor stuff
fluxgen fluxgen
commit

8aa1b8d5b0836daf712bd3cd969a1ec488c9bdfe

parent

7047c4b7ad6ad33bcf062303ffa4a93ed2363cea

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

jump to
M src/fluxbox.ccsrc/fluxbox.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: fluxbox.cc,v 1.192 2003/09/14 11:56:11 rathnor Exp $ +// $Id: fluxbox.cc,v 1.193 2003/09/14 12:03:40 fluxgen Exp $ #include "fluxbox.hh"

@@ -582,6 +582,7 @@ if (m_resourcemanager.lockDepth() != 0)

cerr<<"--- resource manager lockdepth = "<<m_resourcemanager.lockDepth()<<endl; #endif //DEBUG m_starting = false; + // FbTk::ThemeManager::instance().listItems(); }

@@ -837,7 +838,6 @@ case LeaveNotify:

m_last_time = e->xcrossing.time; break; case Expose: - // handled directly in FluxboxWindow::exposeEvent break; case KeyRelease: case KeyPress: