File: use_DYNAMIC_slot-allocation.patch

package info (click to toggle)
notify-osd 0.9.35%2B15.04.20150126-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 2,016 kB
  • sloc: ansic: 17,819; python: 1,100; makefile: 457; cs: 335; sh: 103; xml: 48
file content (20 lines) | stat: -rw-r--r-- 753 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Use dynamic slot allocation for Debian as the volume & brightness
 notifications do not have the Ubuntu patches.
Author: Julian Andres Klode <jak@debian.org>
Debian-Bug: https://bugs.debian.org/550592

Index: unstable/src/defaults.c
===================================================================
--- unstable.orig/src/defaults.c	2015-05-25 16:53:52.132932955 -0400
+++ unstable/src/defaults.c	2015-05-25 16:54:03.681131343 -0400
@@ -473,8 +473,8 @@
 					  G_CALLBACK (_gravity_changed),
 					  self);
 
-	// use fixed slot-allocation for async. and sync. bubbles
-	self->slot_allocation = SLOT_ALLOCATION_FIXED;
+	// DEBIAN: Use DYNAMIC slot-allocation (0.9.23-2)
+	self->slot_allocation = SLOT_ALLOCATION_DYNAMIC;
 }
 
 static void