summaryrefslogtreecommitdiff
path: root/otk/truerendercontrol.hh
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-01-18 02:34:54 +0000
committerDana Jansens <danakj@orodu.net>2003-01-18 02:34:54 +0000
commit056c5b435d6f52d0ade3beece3e112c4c4cc5268 (patch)
treebeea311046003a82c8c13a1e25208551d0682331 /otk/truerendercontrol.hh
parent5b52a8f5610d3cc0a39ecb6b341e69596d892099 (diff)
set the background pixmap
Diffstat (limited to 'otk/truerendercontrol.hh')
-rw-r--r--otk/truerendercontrol.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/otk/truerendercontrol.hh b/otk/truerendercontrol.hh
index 9647a2a3..f4057355 100644
--- a/otk/truerendercontrol.hh
+++ b/otk/truerendercontrol.hh
@@ -17,7 +17,7 @@ public:
TrueRenderControl(const ScreenInfo *screen);
virtual ~TrueRenderControl();
- virtual void render(::Drawable d);
+ virtual void render(::Window w);
};
}