Dmitry Timoshkov
|
21fc3c8067
|
CreateDIBSection takes a const pointer to BITMAPINFO.
|
2004-03-12 19:46:12 +00:00 |
Alexandre Julliard
|
05df86a38f
|
Moved more GDI definitions to gdi_private.h.
Get rid of bitmap.h and palette.h.
|
2004-03-04 20:41:12 +00:00 |
Alexandre Julliard
|
83decd25ad
|
Changed the CreateDC driver entry point to use an HDC instead of a DC
pointer.
|
2004-03-04 06:26:11 +00:00 |
Alexandre Julliard
|
ebd24807fe
|
Pass the gdiFont object to the SelectFont driver entry point so that
we don't need to look into the DC structure for it.
|
2004-03-04 04:05:04 +00:00 |
Alexandre Julliard
|
8d18b2a518
|
Pass the breakExtra value in the ExtTextOut driver call, since there
is no function to retrieve it from the HDC.
|
2004-03-04 01:42:57 +00:00 |
Alexandre Julliard
|
cb4ecc878f
|
Implemented Get/SetBoundsRect based on a patch by Ken Belleau.
|
2004-03-03 05:29:44 +00:00 |
Alexandre Julliard
|
e04fe7da4e
|
Moved hGCClipRgn handling to the graphics driver.
|
2004-02-13 20:26:27 +00:00 |
Huw Davies
|
2cd9ee9528
|
GetCharABCWidths returns the widths of unrotated glyphs like
GetCharWidth already does.
|
2004-02-12 20:05:47 +00:00 |
Alexandre Julliard
|
32f1ac3a66
|
Use the exported FONTENUMPROCW as parameter in the EnumDeviceFonts
driver function instead of defining a private function type.
|
2004-01-18 23:35:12 +00:00 |
Alexandre Julliard
|
6ec42c0c3b
|
Moved a bunch of definitions from gdi.h into a new gdi_private.h to
make sure we don't use them outside of gdi32.
|
2004-01-15 00:35:38 +00:00 |