From 58847af218e486f5c1a34ffe947a961a74f97c0a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 11 Feb 2003 21:50:06 +0000 Subject: store the pixel32 data in the surface so it can be reused --- otk/rendercontrol.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'otk/rendercontrol.hh') diff --git a/otk/rendercontrol.hh b/otk/rendercontrol.hh index 781c32d4..7d629b6c 100644 --- a/otk/rendercontrol.hh +++ b/otk/rendercontrol.hh @@ -7,10 +7,11 @@ extern "C" { #include } +#include "surface.hh" + namespace otk { class ScreenInfo; -class Surface; class RenderTexture; class Font; class RenderColor; -- cgit v1.2.3