]> Dogcows Code - chaz/openbox/blobdiff - otk/pseudorendercontrol.hh
uncomment the _NET_WM_ICON property
[chaz/openbox] / otk / pseudorendercontrol.hh
index 6d3255ee4c28439e92e1293bc60f4fd4bcfadad4..27d0620604b290dd9355462678d09a69fff8f3bb 100644 (file)
@@ -4,33 +4,19 @@
 
 #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:
-
-  virtual void drawGradientBackground(Surface &sf,
-                                      const RenderTexture &texture) const;
+  int _ncolors;    // number of allocated colors, size of the XColor array
+  XColor *_colors; // the valid allocated colors
+  
+  virtual void reduceDepth(Surface &sf, XImage *im) const;
+  
 public:
   PseudoRenderControl(int screen);
   virtual ~PseudoRenderControl();
 
-  virtual void drawBackground(Surface& sf, const RenderTexture &texture) const;
 };
 
 }
This page took 0.021764 seconds and 4 git commands to generate.