add floats for scaling
This commit is contained in:
parent
ff8528a72c
commit
4d867fcaef
3 changed files with 19 additions and 15 deletions
|
@ -83,6 +83,11 @@ typedef struct IDirectDrawImpl
|
|||
|
||||
LONG paletteUpdated;
|
||||
LONG surfaceUpdated;
|
||||
|
||||
float scaleW;
|
||||
float scaleH;
|
||||
float unScaleW;
|
||||
float unScaleH;
|
||||
} render;
|
||||
|
||||
HWND hWnd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue