diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2011-04-04 23:35:45 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2011-04-04 23:35:45 +0200 |
commit | 7cf6ccee8c6b59d8aac17ab6e4673bcb69f5e8d2 (patch) | |
tree | b329db03bae14fca178add9909b78b050345c140 /win32 | |
parent | efc46353676c27b24f2933dce78305796951a01e (diff) | |
download | mupdf-7cf6ccee8c6b59d8aac17ab6e4673bcb69f5e8d2.tar.xz |
Le Roi est mort, vive le Roi!
The run-together words are dead! Long live the underscores!
The postscript inspired naming convention of using all run-together
words has served us well, but it is now time for more readable code.
In this commit I have also added the sed script, rename.sed, that I used
to convert the source. Use it on your patches and application code.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/slimftmodules.h | 1 | ||||
-rw-r--r-- | win32/slimftoptions.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/win32/slimftmodules.h b/win32/slimftmodules.h index 5762018a..96e87d8d 100644 --- a/win32/slimftmodules.h +++ b/win32/slimftmodules.h @@ -18,4 +18,3 @@ FT_USE_MODULE( FT_Renderer_Class, ft_smooth_renderer_class ) // FT_USE_MODULE( FT_Renderer_Class, ft_smooth_lcd_renderer_class ) // FT_USE_MODULE( FT_Renderer_Class, ft_smooth_lcdv_renderer_class ) // FT_USE_MODULE( FT_Driver_ClassRec, bdf_driver_class ) - diff --git a/win32/slimftoptions.h b/win32/slimftoptions.h index 2289d7aa..066ee377 100644 --- a/win32/slimftoptions.h +++ b/win32/slimftoptions.h @@ -12,4 +12,3 @@ #undef T1_CONFIG_OPTION_NO_MM_SUPPORT #undef FT_CONFIG_OPTION_OLD_INTERNALS - |