summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/uxtheme.h
Commit message (Collapse)AuthorAgeFilesLines
* * mingw: Delete obsolete directory.Christopher Faylor2012-11-071-273/+0
| | | | * w32api: Ditto.
* 2006-09-08 Michael Gerdau <mgdde@users.sourceforge.net>Danny Smith2006-09-081-11/+11
| | | | | | | | * include/uxtheme.h: (TMT_GRADIENTCOLOR4, TMT_GRADIENTCOLOR5, TMT_SHADOWCOLOR, TMT_GLOWCOLOR, TMT_TEXTBORDERCOLOR, TMT_TEXTSHADOWCOLOR, TMT_GLYPHTEXTCOLOR, TMT_GLYPHTRANSPARENTCOLOR, TMT_FILLCOLORHINT, TMT_BORDERCOLORHINT, TMT_ACCENTCOLORHINT): Increase each constant by 1.
* * include/uxtheme.h [_WIN32_WINNT >= 0x0501]Dimitri Papadopoulos2006-01-031-0/+151
| | | | (TMT_*, BT_*): Add constants.
* * include/uxtheme.h: Include <commctrl.h>Danny Smith2004-03-021-120/+122
|
* * include/winuser.h [WINVER >= 0x0500] (EVENT_*): Add constants.Dimitri Papadopoulos2003-10-031-2/+2
| | | | | * include/uxtheme.h: Cleanup. * include/tmschema.h: Cleanup.
* * include/uxtheme.h (PROPERTYORIGIN): the documentation ofDimitri Papadopoulos2003-09-241-2/+2
| | | | | | | | | PROPERTYORIGIN suggests it's `PROPERTYORIGIN' but experimentation suggests it's actually `enum PROPERTYORIGIN'. Keep both. * include/uxtheme.h (THEME_SIZE, THEMESIZE): MSDN suggests it's either `THEME_SIZE' or `THEMESIZE' but experimentation suggests it's actually `enum THEMESIZE'. Keep `THEME_SIZE' and `enum THEMESIZE'.
* * include/uxtheme.h: New file.Dimitri Papadopoulos2003-09-241-0/+120
* include/tmschema.h: New file. * include/uxtheme.def: New file. * lib/test.c: Include uxtheme.h, tmschema.h.