summaryrefslogtreecommitdiff
path: root/otk/focuslabel.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-18 07:23:28 +0000
committerDana Jansens <danakj@orodu.net>2003-01-18 07:23:28 +0000
commit9b6e5f9cf49df78be25720f9c4b33a733b856c9b (patch)
tree0da395f661151ce079d09483594f221c89e5d196 /otk/focuslabel.hh
parenta4dd208a7955e25bca710d4bcf355de7e608b9e1 (diff)
provide RenderControls to all otk from the display class. initialize them all there. try use bitshifts instead of color tables in the TrueRenderControl class for finding correct rgbs. Move the image/pixmap/xftdraw into the surface class, and it maintains them, recreating them when it resizes.
Diffstat (limited to 'otk/focuslabel.hh')
-rw-r--r--otk/focuslabel.hh3
1 files changed, 0 insertions, 3 deletions
diff --git a/otk/focuslabel.hh b/otk/focuslabel.hh
index ea9f9b66..9fc5f590 100644
--- a/otk/focuslabel.hh
+++ b/otk/focuslabel.hh
@@ -3,7 +3,6 @@
#define __label_hh
#include "focuswidget.hh"
-#include "font.hh"
namespace otk {
@@ -22,8 +21,6 @@ public:
virtual void setStyle(Style *style);
private:
- //! Object used by Xft to render to the drawable
- XftDraw *_xftdraw;
//! Text displayed in the label
ustring _text;
};