]> git.pld-linux.org Git - packages/Togl.git/blame - Togl-tkInit.patch
- standardized sf URLs, minor fixes or cosmetics
[packages/Togl.git] / Togl-tkInit.patch
CommitLineData
f8c8c843 1--- togl.c.org Tue Oct 20 03:28:25 1998
2+++ togl.c Wed Nov 8 13:23:38 2000
3@@ -127,11 +127,12 @@
4 #elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==0 && TK_RELEASE_SERIAL==2
5 # include "tkInt8.0p2.h"
6 #else
7- Sorry, you will have to edit togl.c to include the right tkInt.h file
8+# include <tkInt.h>
9+// Sorry, you will have to edit togl.c to include the right tkInt.h file
10 #endif
11 #elif defined(WIN32)
12 #if TK_MAJOR_VERSION<8
13- Sorry Windows version requires Tcl/Tk ver 8.0 or higher.
14+// Sorry Windows version requires Tcl/Tk ver 8.0 or higher.
15 #endif
16 #include "tkInt.h"
17 #include "tkWinInt.h"
This page took 0.080859 seconds and 4 git commands to generate.