File: gcc-15.patch

package info (click to toggle)
xpaint 2.9.1.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,712 kB
  • sloc: ansic: 73,018; sh: 492; yacc: 249; lex: 128; sed: 43; makefile: 13
file content (14 lines) | stat: -rw-r--r-- 590 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Andreas Beckmann <anbe@debian.org>
Description: fix building with GCC 15

--- a/misc.h
+++ b/misc.h
@@ -191,7 +191,7 @@ extern void AddItemToCanvasPalette(Widge
 extern Boolean inCanvasPixmaps(Widget paint, Pixmap pix);
 extern void AddFileToGlobalList(char * file);
 extern void RemoveFileFromGlobalList(char * file);
-extern void setWriteTextSensitive(Widget w, Boolean bool);
+extern void setWriteTextSensitive(Widget w, Boolean b);
 extern void StdWriteText(Widget w, XtPointer infoArg, XtPointer junk);
 extern void StdOpenFile(Widget w, XtPointer paintArg, XtPointer junk);