summaryrefslogtreecommitdiff
path: root/otk/pseudorendercontrol.hh
diff options
context:
space:
mode:
Diffstat (limited to 'otk/pseudorendercontrol.hh')
-rw-r--r--otk/pseudorendercontrol.hh22
1 files changed, 4 insertions, 18 deletions
diff --git a/otk/pseudorendercontrol.hh b/otk/pseudorendercontrol.hh
index d834d5d7..4f53d34a 100644
--- a/otk/pseudorendercontrol.hh
+++ b/otk/pseudorendercontrol.hh
@@ -4,32 +4,18 @@
#include "rendercontrol.hh"
-extern "C" {
-
-#ifdef HAVE_STDINT_H
-# include <stdint.h>
-#else
-# ifdef HAVE_SYS_TYPES_H
-# include <sys/types.h>
-# endif
-#endif
-
-}
-
-#include <vector>
-
namespace otk {
class PseudoRenderControl : public RenderControl {
private:
-
+ // add some vars!!!
+
+ virtual void reduceDepth(Surface &sf, XImage *im) const;
+
public:
PseudoRenderControl(int screen);
virtual ~PseudoRenderControl();
- virtual void drawBackground(Surface& sf, const RenderTexture &texture) const;
- virtual void drawImage(Surface &sf, int w, int h,
- unsigned long *data) const;
};
}