mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-05 17:44:55 -06:00
Draw, CtrlCore: Major refactor of Draw
git-svn-id: svn://ultimatepp.org/upp/trunk@5545 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
fa5f9ec55e
commit
bd87a04fda
37 changed files with 2704 additions and 2655 deletions
|
|
@ -87,6 +87,7 @@ Size Display::GetStdSize(const Value& q) const
|
|||
return Single<StdDisplayClass>().GetStdSize(q);
|
||||
}
|
||||
|
||||
|
||||
void StdDisplayClass::Paint0(Draw& w, const Rect& r, const Value& q,
|
||||
Color ink, Color paper, dword s) const {
|
||||
LLOG("StdDisplay::Paint0: " << q << " ink:" << ink << " paper:" << paper);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue