summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTavis Ormandy <taviso@gentoo.org>2004-03-30 10:19:49 +0000
committerTavis Ormandy <taviso@gentoo.org>2004-03-30 10:19:49 +0000
commit1df49650636078b1791fc9ce95195f415e65a235 (patch)
tree18eaa558d02a93b542a2694748719d8798b30759 /x11-wm/fvwm/files
parentFixing #45599 (Manifest recommit) (diff)
downloadgentoo-2-1df49650636078b1791fc9ce95195f415e65a235.tar.gz
gentoo-2-1df49650636078b1791fc9ce95195f415e65a235.tar.bz2
gentoo-2-1df49650636078b1791fc9ce95195f415e65a235.zip
new FvwmTabs release, bugfixes from cvs
Diffstat (limited to 'x11-wm/fvwm/files')
-rw-r--r--x11-wm/fvwm/files/digest-fvwm-2.5.10-r12
-rw-r--r--x11-wm/fvwm/files/fvwm-2.5.10-post-release.diff88
2 files changed, 90 insertions, 0 deletions
diff --git a/x11-wm/fvwm/files/digest-fvwm-2.5.10-r1 b/x11-wm/fvwm/files/digest-fvwm-2.5.10-r1
new file mode 100644
index 000000000000..a7085e17b163
--- /dev/null
+++ b/x11-wm/fvwm/files/digest-fvwm-2.5.10-r1
@@ -0,0 +1,2 @@
+MD5 b3c86e2af2a4eabe692c9c849ff4b243 fvwm-2.5.10.tar.bz2 1788873
+MD5 53f46d80ce55cf58892d80877f0641b1 FvwmTabs-2.9.tar.gz 25327
diff --git a/x11-wm/fvwm/files/fvwm-2.5.10-post-release.diff b/x11-wm/fvwm/files/fvwm-2.5.10-post-release.diff
new file mode 100644
index 000000000000..b6036a5e2681
--- /dev/null
+++ b/x11-wm/fvwm/files/fvwm-2.5.10-post-release.diff
@@ -0,0 +1,88 @@
+--- fvwm-2.5.10/fvwm/add_window.c 2004-03-17 14:42:53.000000000 +0000
++++ fvwm/fvwm/add_window.c 2004-03-30 10:05:08.000000000 +0100
+@@ -937,9 +937,10 @@
+ size_borders b;
+
+ XSetWindowAttributes attributes;
+- int valuemask = CWBackingStore | CWBackPixmap | CWCursor | CWEventMask |
+- CWSaveUnder;
++ int valuemask;
+
++ valuemask = CWBackingStore | CWBackPixmap | CWCursor | CWEventMask |
++ CWSaveUnder;
+ attributes.backing_store = NotUseful;
+ attributes.background_pixmap = None;
+ attributes.cursor = Scr.FvwmCursors[CRS_DEFAULT];
+@@ -1829,7 +1830,6 @@
+ void setup_frame_attributes(
+ FvwmWindow *fw, window_style *pstyle)
+ {
+- int i;
+ XSetWindowAttributes xswa;
+
+ /* Backing_store is controlled on the client, borders, title & buttons
+@@ -1847,36 +1847,18 @@
+ xswa.backing_store = NotUseful;
+ break;
+ }
+- XChangeWindowAttributes(dpy, FW_W(fw), CWBackingStore, &xswa);
+- if (pstyle->flags.use_backing_store == BACKINGSTORE_OFF)
+- {
+- xswa.backing_store = NotUseful;
+- }
+- if (HAS_TITLE(fw))
+- {
+- XChangeWindowAttributes(
+- dpy, FW_W_TITLE(fw), CWBackingStore, &xswa);
+- for (i = 0; i < NUMBER_OF_BUTTONS; i++)
+- {
+- if (FW_W_BUTTON(fw, i))
+- {
+- XChangeWindowAttributes(
+- dpy, FW_W_BUTTON(fw, i),
+- CWBackingStore, &xswa);
+- }
+- }
+- }
+-
+ /* parent_relative is applied to the frame and the parent */
+ xswa.background_pixmap = pstyle->flags.use_parent_relative
+ ? ParentRelative : None;
+- XChangeWindowAttributes(dpy, FW_W_FRAME(fw), CWBackPixmap, &xswa);
+- XChangeWindowAttributes(dpy, FW_W_PARENT(fw), CWBackPixmap, &xswa);
+-
+ /* Save_under is only useful on the frame */
+ xswa.save_under = pstyle->flags.do_save_under
+ ? Scr.flags.do_save_under : NotUseful;
+- XChangeWindowAttributes(dpy, FW_W_FRAME(fw), CWSaveUnder, &xswa);
++ XChangeWindowAttributes(dpy, FW_W(fw), CWBackingStore, &xswa);
++ XChangeWindowAttributes(
++ dpy, FW_W_PARENT(fw), CWBackPixmap | CWBackingStore, &xswa);
++ XChangeWindowAttributes(
++ dpy, FW_W_FRAME(fw),
++ CWBackPixmap | CWBackingStore | CWSaveUnder, &xswa);
+
+ return;
+ }
+--- fvwm-2.5.10/modules/FvwmTaskBar/FvwmTaskBar.c 2004-03-15 13:48:52.000000000 +0000
++++ fvwm/modules/FvwmTaskBar/FvwmTaskBar.c 2004-03-30 10:05:09.000000000 +0100
+@@ -532,7 +532,6 @@
+
+ win_border = nb;
+ win_width = nw;
+- win_height = nh;
+ win_has_title = nht;
+ win_title_dir = ntd;
+ win_title_height = nth;
+--- fvwm-2.5.10/modules/FvwmButtons/FvwmButtons.1 2002-11-09 15:18:52.000000000 +0000
++++ fvwm/modules/FvwmButtons/FvwmButtons.1 2004-03-30 10:05:08.000000000 +0100
+@@ -1127,7 +1127,8 @@
+
+ # Pop up a module menu directly above the button.
+ *FvwmButtons: (9x1+3+0, Padding 0, Title "Modules", \\
+- Action `Menu Modulepopup rectangle $wx$h+$l+$t o+50 -100m`)
++ Action `Menu Modulepopup rectangle \\
++ $widthx$height+$lleft+$top o+50 -100m`)
+
+ # first row of buttons from left to right:
+ *FvwmButtons: (3x2+0+1, Icon my_lock.xpm, Action `Exec xlock`)