File: 0002-gcc-15.patch

package info (click to toggle)
kbdd 0.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 272 kB
  • sloc: ansic: 1,226; makefile: 43; xml: 29; sh: 3
file content (16 lines) | stat: -rw-r--r-- 413 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Andreas Tille <tille@debian.org>
Last-Update: 2025-09-14
Bug-Debian: https://bugs.debian.org/1096904
Description: Fix build with gcc-15

--- a/src/libkbdd.h
+++ b/src/libkbdd.h
@@ -57,7 +57,7 @@ uint32_t kbdd_get_current_layout();
 /**
  * default main loop that need to make xkbd working
  */
-void * kbdd_default_loop();
+void * kbdd_default_loop(Display * display);
 
 int kbdd_default_iter(void *);