[Pkg-wmaker-commits] [wmauda] 05/17: Import Debian changes 0.3-4

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Jul 7 01:08:49 UTC 2017


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmauda.

commit 6070c53dae4a5b104dfbf1dfe7adfc8e173f1cf3
Author: Julien BLACHE <jblache at debian.org>
Date:   Mon Oct 1 20:13:08 2007 +0200

    Import Debian changes 0.3-4
    
    wmauda (0.3-4) unstable; urgency=low
    
      * wmauda.c:
        + Fix launch_pixmap creation; use drawable depth instead of specifying an
         erroneous depth (closes: #444379).
---
 debian/changelog | 8 ++++++++
 wmauda.c         | 3 +--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2e2b587..6dc5d52 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+wmauda (0.3-4) unstable; urgency=low
+
+  * wmauda.c:
+    + Fix launch_pixmap creation; use drawable depth instead of specifying an
+     erroneous depth (closes: #444379).
+
+ -- Julien BLACHE <jblache at debian.org>  Mon, 01 Oct 2007 20:13:08 +0200
+
 wmauda (0.3-3) unstable; urgency=low
 
   * debian/menu:
diff --git a/wmauda.c b/wmauda.c
index e4e37a4..ab2a725 100644
--- a/wmauda.c
+++ b/wmauda.c
@@ -703,8 +703,7 @@ void init(void)
 	gdk_window_clear(icon_win->window);
 	dock_gc = gdk_gc_new(icon_win->window);
 
-	launch_pixmap = gdk_pixmap_new(icon_win->window, 64, 64,
-				       gdk_visual_get_best_depth());
+	launch_pixmap = gdk_pixmap_new(icon_win->window, 64, 64, -1);
 
 	launch_mask = gdk_pixmap_new(icon_win->window, 64, 64, 1);
 	mask_gc = gdk_gc_new(launch_mask);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmauda.git



More information about the Pkg-wmaker-commits mailing list