]> git.pld-linux.org Git - packages/tix.git/blob - fixInterpResult.patch
- updated to 8.4.3
[packages/tix.git] / fixInterpResult.patch
1 Index: tix-8.4.3/PyTix-2.0/2.0/_tkinter.c
2 ===================================================================
3 --- tix-8.4.3.orig/PyTix-2.0/2.0/_tkinter.c
4 +++ tix-8.4.3/PyTix-2.0/2.0/_tkinter.c
5 @@ -41,6 +41,7 @@ Copyright (C) 1994 Steen Lumholt.
6  #define MAC_TCL
7  #endif
8  
9 +#define USE_INTERP_RESULT 1
10  #include <tcl.h>
11  #include <tk.h>
12  #ifdef WITH_TIX
13 Index: tix-8.4.3/PyTix-2.0/2.0/tkappinit.c
14 ===================================================================
15 --- tix-8.4.3.orig/PyTix-2.0/2.0/tkappinit.c
16 +++ tix-8.4.3/PyTix-2.0/2.0/tkappinit.c
17 @@ -12,6 +12,7 @@
18     it explicitly, e.g. tkapp.eval("load {} Blt").
19   */
20  
21 +#define USE_INTERP_RESULT 1
22  #include <tcl.h>
23  #include <tk.h>
24  
25 Index: tix-8.4.3/generic/tix.h
26 ===================================================================
27 --- tix-8.4.3.orig/generic/tix.h
28 +++ tix-8.4.3/generic/tix.h
29 @@ -27,6 +27,7 @@ extern "C" {
30  #endif
31  
32  #ifndef _TK
33 +#define USE_INTERP_RESULT 1
34  #include <tk.h>
35  #endif
36  
37 Index: tix-8.4.3/generic/tixPort.h
38 ===================================================================
39 --- tix-8.4.3.orig/generic/tixPort.h
40 +++ tix-8.4.3/generic/tixPort.h
41 @@ -19,6 +19,7 @@
42  #define _TIX_PORT_H_
43  
44  #ifndef _TCL
45 +#define USE_INTERP_RESULT 1
46  #include "tcl.h"
47  #endif
48  
49 Index: tix-8.4.3/generic/tixUtils.c
50 ===================================================================
51 --- tix-8.4.3.orig/generic/tixUtils.c
52 +++ tix-8.4.3/generic/tixUtils.c
53 @@ -13,6 +13,7 @@
54   * $Id: tixUtils.c,v 1.13 2008/02/28 04:29:17 hobbs Exp $
55   */
56  
57 +#define USE_INTERP_RESULT 1
58  #include <tcl.h>
59  #include <tixPort.h>
60  #include <tixInt.h>
This page took 0.22247 seconds and 3 git commands to generate.