diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2001-11-19 01:52:38 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2001-11-19 01:52:38 -0500 |
commit | 90d33dc9d0323ee3faf8477fcbddb376a6fcdb9a (patch) | |
tree | aa9874302b6efa2cb7f75f9b8cd4891fb11d032b /src/LYCharSets.h | |
parent | 6cb04c09f063188e7dae5d1e5e5c69eb64703626 (diff) | |
download | lynx-snapshots-90d33dc9d0323ee3faf8477fcbddb376a6fcdb9a.tar.gz |
snapshot of project "lynx", label v2-8-5dev_5
Diffstat (limited to 'src/LYCharSets.h')
-rw-r--r-- | src/LYCharSets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYCharSets.h b/src/LYCharSets.h index 709c0160..e1c03d7f 100644 --- a/src/LYCharSets.h +++ b/src/LYCharSets.h @@ -110,7 +110,7 @@ extern int auto_display_charset; enum switch_display_charset_t { SWITCH_DISPLAY_CHARSET_MAYBE, SWITCH_DISPLAY_CHARSET_REALLY, - SWITCH_DISPLAY_CHARSET_SIZECHANGE + SWITCH_DISPLAY_CHARSET_RESIZE }; extern int Switch_Display_Charset PARAMS((int ord, enum switch_display_charset_t really)); extern int Find_Best_Display_Charset PARAMS((int ord)); |