diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-20 20:20:06 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-20 20:20:06 +0000 |
| commit | 25f0151154c90b1c72f049e200d942fb2c18ddc5 (patch) | |
| tree | 64cf6cfb2dc773b2f1f59cd8c63df16f110cf6a7 /otk/widget.cc | |
| parent | 68a6fce53badb38ba3dc387c4b5c86c02801f657 (diff) | |
drawSolidBackground seems to work :)
Diffstat (limited to 'otk/widget.cc')
| -rw-r--r-- | otk/widget.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/widget.cc b/otk/widget.cc index d32cb624..2e2ec2ca 100644 --- a/otk/widget.cc +++ b/otk/widget.cc @@ -467,7 +467,7 @@ void Widget::setEventDispatcher(EventDispatcher *disp) void Widget::exposeHandler(const XExposeEvent &e) { EventHandler::exposeHandler(e); - XClearArea(**display, _window, e.x, e.y, e.width, e.height, false); +// XClearArea(**display, _window, e.x, e.y, e.width, e.height, false); } void Widget::configureHandler(const XConfigureEvent &e) |
