packages: icewm/icewm-autohide.patch, icewm/icewm.spec - one more autohide ...

gotar gotar at pld-linux.org
Sun Aug 28 22:21:23 CEST 2011


Author: gotar                        Date: Sun Aug 28 20:21:23 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- one more autohide fix: moving out of newly created window at taskbar (for
  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

---- Files affected:
packages/icewm:
   icewm-autohide.patch (1.1 -> 1.2) , icewm.spec (1.219 -> 1.220) 

---- Diffs:

================================================================
Index: packages/icewm/icewm-autohide.patch
diff -u packages/icewm/icewm-autohide.patch:1.1 packages/icewm/icewm-autohide.patch:1.2
--- packages/icewm/icewm-autohide.patch:1.1	Tue May 31 00:20:26 2011
+++ packages/icewm/icewm-autohide.patch	Sun Aug 28 22:21:18 2011
@@ -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: packages/icewm/icewm.spec
diff -u packages/icewm/icewm.spec:1.219 packages/icewm/icewm.spec:1.220
--- packages/icewm/icewm.spec:1.219	Thu Jul 28 12:20:56 2011
+++ packages/icewm/icewm.spec	Sun Aug 28 22:21:18 2011
@@ -20,7 +20,7 @@
 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
@@ -228,6 +228,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.220  2011/08/28 20:21:18  gotar
+- one more autohide fix: moving out of newly created window at taskbar (for
+  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
+
 Revision 1.219  2011/07/28 10:20:56  baggins
 - renamed gnome bcond
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/icewm/icewm-autohide.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/icewm/icewm.spec?r1=1.219&r2=1.220&f=u



More information about the pld-cvs-commit mailing list