all repos — fluxbox @ 0ea4319159dbe49d67b83c93dce745b9c2772404

custom fork of the fluxbox windowmanager

enable ewmh
fluxgen fluxgen
commit

0ea4319159dbe49d67b83c93dce745b9c2772404

parent

46087c7e08f96864bc14a9eaa06067f7672997a0

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.77 2002/10/15 20:41:08 fluxgen Exp $ +// $Id: fluxbox.cc,v 1.78 2002/10/16 20:02:00 fluxgen Exp $ #include "fluxbox.hh"

@@ -344,7 +344,7 @@ cursor.lr_angle = XCreateFontCursor(getXDisplay(), XC_lr_angle);

// setup atom handlers m_atomhandler.push_back(new Gnome()); // for gnome 1 atom support -// m_atomhandler.push_back(new Ewmh()); // for Extended window manager atom support + m_atomhandler.push_back(new Ewmh()); // for Extended window manager atom support //singleton pointer singleton = this;