diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-12-20 15:33:58 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-12-20 15:33:58 +0000 |
| commit | 06de24ec6666578759eff2b348e50f5e8e20f3bd (patch) | |
| tree | 96dca3fb0fe9efa083d0030f712b1235dfbd4cef /otk/focuslabel.cc | |
| parent | 723739dafe91a156fef527f3b53a483195695cf1 (diff) | |
more api cleanups
Diffstat (limited to 'otk/focuslabel.cc')
| -rw-r--r-- | otk/focuslabel.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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() |
