xwem-patches
[Top] [All Lists]

[Merge Req] Summary for xwem--steve--2.1--patch-7

From: Steve Youngs <steve@xxxxxxxx>
Subject: [Merge Req] Summary for xwem--steve--2.1--patch-7
Date: Fri, 04 Mar 2005 10:42:53 +1000
Location: steve@xxxxxxxxxxxxxx http://arch.eicq.org/2005/

Revision: xwem--steve--2.1--patch-7
Archive: steve@xxxxxxxxxxxxxx
Creator: Steve Youngs <steve@xxxxxxxx>
Date: Fri Mar  4 10:41:37 EST 2005
Standard-date: 2005-03-04 00:41:37 GMT
Modified-files: utils/xwem-osd.el
New-patches: steve@xxxxxxxxxxxxxx/xwem--steve--2.1--patch-7
Summary: Fix OSD bug
Keywords: bugfix

* utils/xwem-osd.el (xwem-osd-show): `xwem-misc-raise-xwin' only accepts
  one arg, the xwin.  Don't call `xwem-osd-xdpy' there.

This fixes a bug that was preventing OSD's from being displayed.


* added files

    
{arch}/xwem/xwem--steve/xwem--steve--2.1/steve@xxxxxxxxxxxxxx/patch-log/patch-7

* modified files

--- orig/utils/xwem-osd.el
+++ mod/utils/xwem-osd.el
@@ -426,7 +426,7 @@
   "Show OSD's window."
   (xwem-osd-apply-xmask-1 osd)
   (XMapWindow (xwem-osd-xdpy osd) (xwem-osd-xwin osd))
-  (xwem-misc-raise-xwin (xwem-osd-xdpy osd) (xwem-osd-xwin osd))
+  (xwem-misc-raise-xwin (xwem-osd-xwin osd))
 
   (setf (xwem-osd-state osd) 'shown))
 




<Prev in Thread] Current Thread [Next in Thread>
  • [Merge Req] Summary for xwem--steve--2.1--patch-7, Steve Youngs <=