From 056c5b435d6f52d0ade3beece3e112c4c4cc5268 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 18 Jan 2003 02:34:54 +0000 Subject: set the background pixmap --- otk/rendercontrol.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otk/rendercontrol.hh') diff --git a/otk/rendercontrol.hh b/otk/rendercontrol.hh index d3926745..e8dcca44 100644 --- a/otk/rendercontrol.hh +++ b/otk/rendercontrol.hh @@ -67,7 +67,7 @@ public: static RenderControl *getRenderControl(int screen); - virtual void render(::Drawable d) = 0; + virtual void render(::Window w) = 0; }; } -- cgit v1.2.3