blob: c5421a170fcffe3fa0a03fc68db52aa1f72f9c8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -Naur --exclude '*~' lablgl-1.02/Togl/src/Togl/togl.c lablgl-1.02.tk8.5/Togl/src/Togl/togl.c
--- lablgl-1.02/Togl/src/Togl/togl.c 2004-11-02 08:03:34.000000000 +0100
+++ lablgl-1.02.tk8.5/Togl/src/Togl/togl.c 2007-09-01 18:37:15.000000000 +0200
@@ -148,6 +148,8 @@
# include "tkInt8.3.h"
#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4
# include "tkInt8.4.h"
+#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==5
+# include "tkInt8.4.h"
#else
Sorry, you will have to edit togl.c to include the right tkInt.h file
#endif
|