diff options
Diffstat (limited to 'otk/truerendercontrol.cc')
| -rw-r--r-- | otk/truerendercontrol.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/otk/truerendercontrol.cc b/otk/truerendercontrol.cc index 95a0a416..e23b2ef6 100644 --- a/otk/truerendercontrol.cc +++ b/otk/truerendercontrol.cc @@ -102,7 +102,8 @@ static inline void renderPixel(XImage *im, unsigned char *dp, } } -void TrueRenderControl::render(Surface *sf) +void TrueRenderControl::drawBackground(Surface *sf, + const RenderTexture &texture) const { assert(sf); |
