From 06de24ec6666578759eff2b348e50f5e8e20f3bd Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 20 Dec 2002 15:33:58 +0000 Subject: more api cleanups --- otk/focuslabel.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'otk/focuslabel.cc') diff --git a/otk/focuslabel.cc b/otk/focuslabel.cc index 5b9fcb30..136eb742 100644 --- a/otk/focuslabel.cc +++ b/otk/focuslabel.cc @@ -14,8 +14,8 @@ OtkFocusLabel::OtkFocusLabel(OtkWidget *parent) : OtkFocusWidget(parent), _text("") { const ScreenInfo *info = OBDisplay::screenInfo(screen()); - _xftdraw = XftDrawCreate(OBDisplay::display, window(), info->getVisual(), - info->getColormap()); + _xftdraw = XftDrawCreate(OBDisplay::display, window(), info->visual(), + info->colormap()); } OtkFocusLabel::~OtkFocusLabel() -- cgit v1.2.3