Commit Graph

11 Commits

Author SHA1 Message Date
Michael Stefaniuc d8e66774f4 gdi.exe16: Use the ARRAY_SIZE() macro.
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-08-14 10:16:00 +02:00
Alexandre Julliard 16943efa70 gdi.exe: Implement the DIB.DRV driver using a window surface.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-02-23 15:55:24 +01:00
André Hentschel f43234289d gdi16: Use boolean return value in boolean function. 2014-02-04 11:15:42 +01:00
Andrew Talbot d2d288b13a gdi.exe16: Avoid signed-unsigned integer comparisons. 2013-01-17 12:15:42 +01:00
Michael Stefaniuc fb724cfd7b gdi.exe16: Use FIELD_OFFSET to calculate the size of structs with variable length array. 2012-11-02 19:47:28 +01:00
Michael Stefaniuc 8a7cc0687c gdi.exe16: Don't bother using the register storage class specifier. 2012-09-14 15:41:42 +02:00
Alexandre Julliard f1bf4ea3fc gdi32: Move DC hook private definitions out of wingdi.h. 2012-05-31 12:37:15 +02:00
Alexandre Julliard b644c8538a gdi.exe: Disable the remaining 16-bit visible region functions, they can't work. 2010-07-26 18:38:31 +02:00
Alexandre Julliard ad8389dc39 gdi32: Do not load 16-bit gdi.exe by default. 2010-02-08 17:49:48 +01:00
Alexandre Julliard fadc2cda1c gdi32: Load the 32-bit gdi.exe module wrapper from the 32-bit side.
Get rid of the empty gdi_main.c file.
2009-12-28 23:50:40 +01:00
Alexandre Julliard 4edcf1caa5 gdi32: Make gdi.exe into a stand-alone 16-bit module. 2009-12-07 14:18:29 +01:00