Differences From:
File
src/main.c
part of check-in
[22cb1e1be2]
- Here is a better fix for ticket c62fac40af suggested by Kees Nuyt.
by
drh on
2008-11-20 00:35:23.
[view]
To:
File
src/main.c
part of check-in
[426a3ba49e]
- Fix a bug in windows that causes the menu on the wiki display pages to
be omitted. Ticket d6d9ee682eac7708b0a7aa31febc8ad47e4923b1.
by
drh on
2008-12-03 14:10:01.
[view]
@@ -129,8 +129,10 @@
FILE *fDebug; /* Write debug information here, if the file exists */
int thTrace; /* True to enable TH1 debugging output */
Blob thLog; /* Text of the TH1 debugging output */
+
+ int isHome; /* True if rendering the "home" page */
/* Storage for the aux() and/or option() SQL function arguments */
int nAux; /* Number of distinct aux() or option() values */
const char *azAuxName[MX_AUX]; /* Name of each aux() or option() value */