Started rewriting the check for the graphics functions type (still not finished)

svn-id: r44787
This commit is contained in:
Filippos Karapetis 2009-10-08 14:37:55 +00:00
parent caaba2ae95
commit bcade54247
10 changed files with 69 additions and 56 deletions

View file

@ -239,7 +239,7 @@ void Kernel::mapSelectors() {
FIND_SELECTOR(printLang);
FIND_SELECTOR(subtitleLang);
FIND_SELECTOR(parseLang);
FIND_SELECTOR(motionCue);
FIND_SELECTOR(overlay);
FIND_SELECTOR(setCursor);
FIND_SELECTOR(topString);
}