WinGL: Added missing WakeUpGuiThread function, increased cloff stack to 30

git-svn-id: svn://ultimatepp.org/upp/trunk@4189 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
unodgs 2011-11-22 21:07:25 +00:00
parent 073843d1c0
commit 23a324f2f5
2 changed files with 5 additions and 1 deletions

View file

@ -6,6 +6,10 @@
NAMESPACE_UPP
void WakeUpGuiThread(void)
{
}
void Ctrl::GuiPlatformConstruct()
{
cliptobounds = true;

View file

@ -45,7 +45,7 @@ void SystemDraw::InitClip(const Rect& clip)
void SystemDraw::Reset() {
systemDraw = this;
cloff.SetCount(20);
cloff.SetCount(30);
ci = 0;
cn = 0;
cd = 0;