File: 02_ftbfs_implicit_declaration.patch

package info (click to toggle)
spotlighter 0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,920 kB
  • sloc: sh: 11,552; ansic: 571; makefile: 128
file content (18 lines) | stat: -rw-r--r-- 659 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: add callback declaration
 Add callback declaration to resolve -Werror=implicit-function-declaration.
Author: Vladimir Petko <vladimir.petko@canonical.com>
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066355
Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/spotlighter/+bug/2061331
Forwarded: no
Last-Update: 2024-04-15

--- a/src/callbacks.h
+++ b/src/callbacks.h
@@ -33,3 +33,7 @@
                          gpointer    data);


+G_MODULE_EXPORT void
+on_window_screen_changed       (GtkWidget  *widget,
+                                GdkScreen  *previous_screen,
+                                gpointer    user_data);