mirror of https://github.com/aap/librw.git
Add default/null dpiScale for other apis
This commit is contained in:
parent
b89ab48201
commit
a968ea8364
|
@ -2003,6 +2003,7 @@ Device renderdevice = {
|
|||
d3d::im3DRenderPrimitive,
|
||||
d3d::im3DRenderIndexedPrimitive,
|
||||
d3d::im3DEnd,
|
||||
null::dpiScale,
|
||||
d3d::deviceSystem,
|
||||
};
|
||||
|
||||
|
|
|
@ -40,6 +40,7 @@ Device renderdevice = {
|
|||
null::im3DRenderPrimitive,
|
||||
null::im3DRenderIndexedPrimitive,
|
||||
null::im3DEnd,
|
||||
null::dpiScale,
|
||||
null::deviceSystem
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue