[Pkg-wmaker-commits] [wmressel] 18/21: debian/patches/multiscreen-support.patch: Convert patch to quilt.
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Sun Aug 27 21:43:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to branch master
in repository wmressel.
commit cd8e095ebcf49ef7168207a4c516fa04e4751373
Author: Doug Torrance <dtorrance at piedmont.edu>
Date: Sun Aug 27 16:53:42 2017 -0400
debian/patches/multiscreen-support.patch: Convert patch to quilt.
---
debian/patches/multiscreen-support.patch | 16 ++++++++++++++++
debian/patches/series | 1 +
2 files changed, 17 insertions(+)
diff --git a/debian/patches/multiscreen-support.patch b/debian/patches/multiscreen-support.patch
new file mode 100644
index 0000000..9b11e38
--- /dev/null
+++ b/debian/patches/multiscreen-support.patch
@@ -0,0 +1,16 @@
+Description: Fix multiscreen support.
+Author: Malcolm Parsons <malcolm at ivywell.screaming.net>
+Bug-Debian: https://bugs.debian.org/158674
+Last-Update: 2017-08-27
+
+--- a/src/wmressel.c
++++ b/src/wmressel.c
+@@ -251,7 +251,7 @@
+ if (screen_count > 1 && !show_only_selected) {
+ menu_ptr = gtk_menu_new();
+ for (i=0; i<screen_count; i++) {
+- submenu_ptr = create_screen_submenu(0);
++ submenu_ptr = create_screen_submenu(i);
+ sprintf(label_str, "Screen %i",i);
+ menuitem_ptr = gtk_menu_item_new_with_label(label_str);
+ gtk_menu_item_set_submenu(GTK_MENU_ITEM (menuitem_ptr), submenu_ptr);
diff --git a/debian/patches/series b/debian/patches/series
index 10f38f4..ec7048b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
manpage-section.patch
+multiscreen-support.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmressel.git
More information about the Pkg-wmaker-commits
mailing list