summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Medinas <metalgod@gentoo.org>2006-01-10 01:08:14 +0000
committerLuis Medinas <metalgod@gentoo.org>2006-01-10 01:08:14 +0000
commit32a96a6f3d3bb800a5f0c538bb194d3d7fae9bbb (patch)
tree9815bc2ca3348da47de3090f5878dd9457ffb9be /x11-wm/windowmaker/files
parentFix LDFLAGS support. (diff)
downloadgentoo-2-32a96a6f3d3bb800a5f0c538bb194d3d7fae9bbb.tar.gz
gentoo-2-32a96a6f3d3bb800a5f0c538bb194d3d7fae9bbb.tar.bz2
gentoo-2-32a96a6f3d3bb800a5f0c538bb194d3d7fae9bbb.zip
Added a patch to fix fullscreen requests thanks to Bernard Cafarelli <voyageur@operamail.com> closes bug #118119. Clean up the ebuild.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-wm/windowmaker/files')
-rw-r--r--x11-wm/windowmaker/files/0.92.0/windowmaker-0.92.0-fullscreen.patch15
-rw-r--r--x11-wm/windowmaker/files/digest-windowmaker-0.92.0-r22
2 files changed, 17 insertions, 0 deletions
diff --git a/x11-wm/windowmaker/files/0.92.0/windowmaker-0.92.0-fullscreen.patch b/x11-wm/windowmaker/files/0.92.0/windowmaker-0.92.0-fullscreen.patch
new file mode 100644
index 000000000000..cbb4c0a2600b
--- /dev/null
+++ b/x11-wm/windowmaker/files/0.92.0/windowmaker-0.92.0-fullscreen.patch
@@ -0,0 +1,15 @@
+Index: src/event.c
+===================================================================
+--- src/event.c (revision 41)
++++ src/event.c (working copy)
+@@ -559,6 +559,10 @@
+ wwin->flags.skip_next_animation = 1;
+ wIconifyWindow(wwin);
+ }
++ if (wwin->flags.fullscreen) {
++ wwin->flags.fullscreen = 0;
++ wFullscreenWindow(wwin);
++ }
+ if (wwin->flags.hidden) {
+ WApplication *wapp = wApplicationOf(wwin->main_window);
+
diff --git a/x11-wm/windowmaker/files/digest-windowmaker-0.92.0-r2 b/x11-wm/windowmaker/files/digest-windowmaker-0.92.0-r2
new file mode 100644
index 000000000000..627c148d3bf4
--- /dev/null
+++ b/x11-wm/windowmaker/files/digest-windowmaker-0.92.0-r2
@@ -0,0 +1,2 @@
+MD5 678cb4a9b22a557cfb524dc3cb457c08 WindowMaker-0.92.0.tar.gz 2758524
+MD5 07c7700daaaf232bc490f5abaabef085 WindowMaker-extra-0.1.tar.gz 238018