mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Properly _NET_WM_STATE_ABOVE and _NET_WM_STATE_BELOW.
PR: 57338 Submitted by: Jeremy Messenger <mezz7@cox.net> Reported by: netchild Obtained from: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=210518
This commit is contained in:
parent
835d028dc9
commit
773216ba97
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89752
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= sawfish2
|
||||
PORTVERSION= 1.3
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
|
@ -0,0 +1,11 @@
|
||||
--- lisp/sawfish/wm/state/wm-spec.jl.orig Sun Sep 28 22:51:20 2003
|
||||
+++ lisp/sawfish/wm/state/wm-spec.jl Sun Sep 28 22:52:10 2003
|
||||
@@ -125,7 +125,7 @@
|
||||
_NET_WM_WINDOW_TYPE_UTILITY
|
||||
_NET_WM_WINDOW_TYPE_SPLASH])
|
||||
|
||||
- (defvar wm-spec-below-depth +2)
|
||||
+ (defvar wm-spec-below-depth -2)
|
||||
(defvar wm-spec-above-depth +2)
|
||||
|
||||
(define supported-states '())
|
Loading…
Reference in New Issue
Block a user