~cmiller/ubuntu/trusty/icewm/translations-cause-crash-lp447883

« back to all changes in this revision

Viewing changes to debian/patches/iconify_on_wm_hint.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Eduard Bloch
  • Date: 2008-03-10 21:24:25 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080310212425-562btgm3vbwzvhu0
Tags: 1.2.35-1
* New upstream release with one fix from CVS
* Automatic linking with gcc -lsupc++ fixed (failed in recent versions),
  also using "-Wl,--as-needed"
* Documentation update - README.Debian reordered by importance
* Changed font defaults in Xft specifications to consider Bitstream Vera
  family as alternative font (closes: #360060, #319191, #349952, #456463),
  also documented how to configure alternative fonts
* Added Bernhard's iconify_on_wm_hints as dpatch (closes: #428566, #389919)
* force use of bash in upstream's Makefile to keep the installation
  magic as-is (closes: #459181)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## iconify_on_wm_hint.dpatch by Eduard Bloch <blade@debian.org>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: No description.
 
6
 
 
7
@DPATCH@
 
8
diff -urNad icewm-1.2.35.obsolete.0.532423039506288~/src/wmframe.cc icewm-1.2.35.obsolete.0.532423039506288/src/wmframe.cc
 
9
--- icewm-1.2.35.obsolete.0.532423039506288~/src/wmframe.cc     2008-01-05 08:34:24.000000000 +0100
 
10
+++ icewm-1.2.35.obsolete.0.532423039506288/src/wmframe.cc      2008-03-10 20:39:36.000000000 +0100
 
11
@@ -422,6 +422,7 @@
 
12
         MSG(("FRAME state = %d", st));
 
13
         switch (st) {
 
14
         case IconicState:
 
15
+            fFrameOptions |= foMinimized;
 
16
             setState(WinStateMinimized, WinStateMinimized);
 
17
             break;
 
18