X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Flabel.cc;h=b536451e0a4fbb3b295fda7c7e5796d785f3ffc9;hb=c487295c75094be3858b76b23fc9863ec9d46b59;hp=8c429dba92157bc962b0362c9eefe52369cc3b47;hpb=d8d9b42777ace234f3471918e1210062578f8188;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); } }