]> git.pld-linux.org Git - packages/icewm.git/commitdiff
- one more autohide fix: moving out of newly created window at taskbar (for auto/th/icewm-1_3_7-4 auto/ti/icewm-1_3_7-4
authorTomasz Pala <gotar@pld-linux.org>
Sun, 28 Aug 2011 20:21:18 +0000 (20:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  the first time taskbar is being shown); issue introduced in 1.54.2.24:
  'fix taskbar pop out when fullscreen window activates and mouse is over taskbar'
- rel. 4

Changed files:
    icewm-autohide.patch -> 1.2
    icewm.spec -> 1.220

icewm-autohide.patch
icewm.spec

index 5a3e90ba0eecc7d7c0e7bf912e4436b0cd9eddf5..3b958977d9dd863a5fdb9ceb5b9fbe9fcd4ae07e 100644 (file)
@@ -1,7 +1,13 @@
 diff -urp icewm-1.3.7/src/wmtaskbar.cc icewm-1.3.7a/src/wmtaskbar.cc
 --- icewm-1.3.7/src/wmtaskbar.cc       2010-10-31 15:09:36.000000000 +0100
-+++ icewm-1.3.7a/src/wmtaskbar.cc      2011-05-31 00:05:52.000000000 +0200
-@@ -902,7 +902,7 @@ void TaskBar::handleCrossing(const XCros
++++ icewm-1.3.7a/src/wmtaskbar.cc      2011-08-28 22:13:26.000000000 +0200
+@@ -897,12 +897,12 @@ void TaskBar::updateWMHints() {
+ void TaskBar::handleCrossing(const XCrossingEvent &crossing) {
+-    if (crossing.serial != ignore_enternotify_hack && crossing.serial != ignore_enternotify_hack + 1)
++    if (crossing.serial != ignore_enternotify_hack && (crossing.serial != ignore_enternotify_hack + 1 || crossing.detail != NotifyVirtual))
+     {
          if (crossing.type == EnterNotify /* && crossing.mode != NotifyNormal */) {
              fEdgeTrigger->stopHide();
          } else if (crossing.type == LeaveNotify /* && crossing.mode != NotifyNormal */) {
index cfbd88c99fc941ff669f70964361067b017bd25c..b594d710a0980887e43ac55e3499e1399f580055 100644 (file)
@@ -19,7 +19,7 @@ Name:         icewm
 Version:       1.3.7
 %define        _iceicons_ver           0.6
 %define        _netscapeicons_ver      0.2
-Release:       3
+Release:       4
 Epoch:         2
 License:       LGPL
 Group:         X11/Window Managers
This page took 0.04082 seconds and 4 git commands to generate.