X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=otk%2Ffocuslabel.cc;fp=otk%2Ffocuslabel.cc;h=6869d231c081a3ce21f0476cf99796e5f8d6bd1b;hb=68a6fce53badb38ba3dc387c4b5c86c02801f657;hp=79d68b092903f1f05fabc69036d82bf447a71a6c;hpb=24e20d5ed6f07f61bbc8ee2bdeac377ca2373bdb;p=chaz%2Fopenbox diff --git a/otk/focuslabel.cc b/otk/focuslabel.cc index 79d68b09..6869d231 100644 --- a/otk/focuslabel.cc +++ b/otk/focuslabel.cc @@ -67,7 +67,7 @@ void FocusLabel::renderForeground(void) } display->renderControl(_screen)-> - drawString(_surface, *ft, x, 0, *text_color, t); + drawString(*_surface, *ft, x, 0, *text_color, t); } }