programs/winefontcfg: Add winefontcfg (try 2)

Nigel Liang ncliang at gmail.com
Thu Jul 12 01:14:19 CDT 2007


Hi,

Try 2 for this patch. This time with the following changes suggested
by Dan and Dmitry:
- Rearrange functions to minimize the need for forward declarations.
- Moved the forward declarations that are left into .c file
- Made global variables static
- Return type of window proc INT_PTR -> LRESULT

-Nigel
--
 Makefile.in                         |    2
 configure.ac                        |    1
 programs/Makefile.in                |    3
 programs/winefontcfg/En.rc          |   45 +
 programs/winefontcfg/Makefile.in    |   17
 programs/winefontcfg/winefontcfg.c  | 1235 ++++++++++++++++++++++++++++++++++++
 programs/winefontcfg/winefontcfg.h  |   67 +
 programs/winefontcfg/winefontcfg.rc |   84 ++
 8 files changed, 1454 insertions(+)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: winefontcfg.diff
Type: text/x-patch
Size: 47993 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20070711/ba80eb41/winefontcfg-0001.bin


More information about the wine-patches mailing list