Eric Pouech
|
0a258964c2
|
Const correctness fixes.
|
2004-11-30 21:38:57 +00:00 |
Uwe Bonnes
|
a8509028c1
|
Spelling fix.
|
2004-08-30 18:36:35 +00:00 |
Huw Davies
|
ce4dfe23b4
|
Deprecate the "Resolution" entry in the config file in favour of
HKEY_CURRNET_CONFIG\Software\Fonts\LogPixels.
|
2004-08-26 18:24:49 +00:00 |
Alexandre Julliard
|
642584c560
|
Make x11drv fail to load when it can't open the display, instead of
killing the whole process.
|
2004-07-13 03:49:52 +00:00 |
Mike Hearn
|
e2a7b28960
|
Default to 96dpi when not specified in the config file.
|
2004-05-28 03:39:59 +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
|
37fda71e41
|
Get rid of the X11DRV_DC_Funcs hack.
Removed a couple of unused bitmap functions.
|
2004-03-04 06:13:21 +00:00 |
Alexandre Julliard
|
e04fe7da4e
|
Moved hGCClipRgn handling to the graphics driver.
|
2004-02-13 20:26:27 +00:00 |
Alexandre Julliard
|
294c8af60b
|
Removed some unnecessary inclusions of gdi.h.
|
2004-01-20 22:48:57 +00:00 |
Alexandre Julliard
|
b89525fb06
|
Removed the bitsPerPixel field in the generic DC structure, and leave
it up to the graphics driver to define it if necessary.
|
2004-01-18 22:20:17 +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 |
Alexandre Julliard
|
85dcf1e1a0
|
Moved SetDrawable, StartGraphicsExposures and EndGraphicsExposures
functionality to x11drv escapes so that we don't have to access the DC
structure directly.
|
2004-01-14 04:53:11 +00:00 |
Alexandre Julliard
|
4715f13209
|
Moved all the files in graphics/x11drv to dlls/x11drv.
|
2003-12-05 00:20:27 +00:00 |