mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:13:03 +00:00
[WIN32K] More cleanup & improvements
Use FLOATOBJs to perform device<->world transformations, avoiding use of XFORMOBJ all the time Remove unused macros & functions
This commit is contained in:
parent
3bad3c49e1
commit
405ce53211
5 changed files with 96 additions and 144 deletions
|
@ -49,7 +49,6 @@ typedef struct _DC *PDC;
|
|||
#include "gdi/ntgdi/pen.h"
|
||||
#include "gdi/ntgdi/cliprgn.h"
|
||||
#include "gdi/ntgdi/coord.h"
|
||||
#include "gdi/ntgdi/gdifloat.h"
|
||||
#include "gdi/ntgdi/path.h"
|
||||
#include "gdi/dib/dib.h"
|
||||
#include "reactx/ntddraw/intddraw.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue