View | Details | Raw Unified | Return to bug 106914
Collapse All | Expand All

(-)files/patch-tkKinput2.c (+22 lines)
Line 0 Link Here
1
--- tkKinput2.c.orig	Mon Dec 18 21:46:48 2006
2
+++ tkKinput2.c	Mon Dec 18 22:14:27 2006
3
@@ -552,6 +552,8 @@
4
 						      XEvent *event));
5
 static int		stopForwarding _ANSI_ARGS_ ((ClientData clientdata,
6
 						     XErrorEvent *errEvent));
7
+static int              checkProtocols _ANSI_ARGS_ ((Display *dpy,
8
+			    Window window, ConversionAtoms *cap));
9
 
10
 /*
11
  *--------------------------------------------------------------
12
@@ -585,8 +587,10 @@
13
     ConversionAtoms *cap;
14
     ConversionContext *context;
15
     int anyattr = False;
16
+    /* for gcc41
17
     static int checkProtocols _ANSI_ARGS_ ((Display *dpy,
18
 		       Window window, ConversionAtoms *cap));
19
+    */
20
 
21
     cap = getAtoms(tkwin);
22

Return to bug 106914