Multimonitor fixes: window resizing, MenuBar & PopUpTable positioning

git-svn-id: svn://ultimatepp.org/upp/trunk@1012 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
rylek 2009-03-27 21:48:01 +00:00
parent 58480817ef
commit 8acbaa873b
7 changed files with 42 additions and 7 deletions

View file

@ -1296,6 +1296,8 @@ public:
static Rect GetVirtualScreenArea();
static Rect GetPrimaryWorkArea();
static Rect GetPrimaryScreenArea();
static void GetWorkArea(Array<Rect>& rc);
static Rect GetWorkArea(Point pt);
static int GetKbdDelay();
static int GetKbdSpeed();
static bool IsAlphaSupported();