mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
CtrlCore: GetScreenSize deprecated, implemented using GetVirtualScreenArea
git-svn-id: svn://ultimatepp.org/upp/trunk@5961 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
5323d54d98
commit
d05d4f02ce
8 changed files with 8 additions and 30 deletions
|
|
@ -453,11 +453,6 @@ bool ScreenInPaletteMode()
|
|||
return Xpalette;
|
||||
}
|
||||
|
||||
Size GetScreenSize()
|
||||
{
|
||||
return Size(Xwidth, Xheight);
|
||||
}
|
||||
|
||||
END_UPP_NAMESPACE
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue