summaryrefslogtreecommitdiff
path: root/wingdi_common.h
AgeCommit message (Collapse)AuthorFilesLines
2015-03-26headers for gdi bitmaps, reflecting an idea about one possiblemidipix1-0/+44
principle/system that the winapi could follow: * if a header traditionally provided information about multiple implementation areas (i.e. bitmaps, brushes, clipping, etc.), provide the definitions for each of these areas in a designated header, and have the canonical header include them. * within each header, ideally begin by providing all of the enums, and then similarly all #defines, typedefs, and function signatures and/or forward declarations.