~ubuntu-branches/ubuntu/quantal/flwm/quantal

« back to all changes in this revision

Viewing changes to debian/patches/101_visible_focus.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Bill Allombert
  • Date: 2006-06-30 01:17:06 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060630011706-9uvut959burvqxdj
Tags: 1.01-1
* New upstream release
  + This release catch the release of the Alt key again. Closes: #246089.
  + The following patches were applied upstream (Thanks Bill Spitzak).
    100_fl_filename_name 101_visible_focus 102_charstruct 103_man_typo
    104_g++-4.1_warning 105_double_ampersand 201_background_color
  + Add 100_double_ampersand to fix atypo in this release.
* debian/watch: added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#! /bin/sh /usr/share/dpatch/dpatch-run
2
 
## 101_visible_focus.dpatch by Bill Allombert <ballombe@debian.org>
3
 
##
4
 
## All lines beginning with `## DP:' are a description of the patch.
5
 
## DP: Restore fltk-1.0 focus behaviour
6
 
## DP: (Applied upstream)
7
 
 
8
 
@DPATCH@
9
 
diff -urNad flwm-1.00~/main.C flwm-1.00/main.C
10
 
--- flwm-1.00~/main.C   2006-02-23 21:41:57.000000000 +0100
11
 
+++ flwm-1.00/main.C    2006-02-23 21:42:21.000000000 +0100
12
 
@@ -298,6 +298,7 @@
13
 
   XFree((void *)wins);
14
 
 
15
 
 #endif
16
 
+  Fl::visible_focus(0);
17
 
 }
18
 
 
19
 
 ////////////////////////////////////////////////////////////////