Initial implementation of text drawing for SCI2 (it's a hack for now, done the "SCI0-SCI11" way, and text splitting is wrong...)

svn-id: r47838
This commit is contained in:
Filippos Karapetis 2010-02-03 01:36:53 +00:00
parent 09046947d4
commit 887ca3145e
4 changed files with 33 additions and 1 deletions

View file

@ -165,6 +165,8 @@ void Kernel::mapSelectors() {
FIND_SELECTOR(plane);
FIND_SELECTOR(top);
FIND_SELECTOR(left);
FIND_SELECTOR(dimmed);
FIND_SELECTOR(fore);
#endif
}