Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 155424 | Differences between
and this patch

Collapse All | Expand All

(-)togl/togl.cpp.org (+8 lines)
Lines 138-145 Link Here
138
#  include "tkInt8.4p3.h"
138
#  include "tkInt8.4p3.h"
139
#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==4
139
#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==4
140
#  include "tkInt8.4p4.h"
140
#  include "tkInt8.4p4.h"
141
#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==5
142
#  include "tkInt8.4p5.h"
141
#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==6
143
#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==6
142
#  include "tkInt8.4p6.h"
144
#  include "tkInt8.4p6.h"
145
#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==7
146
#  include "tkInt8.4p7.h"
147
#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==8
148
#  include "tkInt8.4p8.h"
149
#elif TK_MAJOR_VERSION==8 && TK_MINOR_VERSION==4 && TK_RELEASE_SERIAL==9
150
#  include "tkInt8.4p9.h"
143
#else
151
#else
144
   Sorry, you will have to edit togl.c to include the right tkInt.h file
152
   Sorry, you will have to edit togl.c to include the right tkInt.h file
145
#endif
153
#endif

Return to bug 155424