X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;ds=sidebyside;f=otk%2Flabel.cc;h=b536451e0a4fbb3b295fda7c7e5796d785f3ffc9;hb=68a6fce53badb38ba3dc387c4b5c86c02801f657;hp=8c429dba92157bc962b0362c9eefe52369cc3b47;hpb=24e20d5ed6f07f61bbc8ee2bdeac377ca2373bdb;p=chaz%2Fopenbox diff --git a/otk/label.cc b/otk/label.cc index 8c429dba..b536451e 100644 --- a/otk/label.cc +++ b/otk/label.cc @@ -61,7 +61,7 @@ void Label::renderForeground(void) } display->renderControl(_screen)-> - drawString(_surface, *ft, x, 0, *style()->getTextUnfocus(), t); + drawString(*_surface, *ft, x, 0, *style()->getTextUnfocus(), t); } }