summaryrefslogtreecommitdiffstats
path: root/client/red_drawable.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-04-21 12:31:23 +0200
committerAlexander Larsson <alexl@redhat.com>2010-04-23 16:36:35 +0200
commit5c2d9a3e321eca7f93f69a5cfc8ff240c8992e13 (patch)
tree8fba57c3f98f6301da4e558582467030a60d8f4c /client/red_drawable.h
parentcfa250caa24593b24e13290bf7c6216b871b8c7a (diff)
downloadspice-5c2d9a3e321eca7f93f69a5cfc8ff240c8992e13.tar.gz
spice-5c2d9a3e321eca7f93f69a5cfc8ff240c8992e13.tar.xz
spice-5c2d9a3e321eca7f93f69a5cfc8ff240c8992e13.zip
Add RedDrawable::Format get_format()
This is useful because we can e.g. create pixmaps in the same format as a window.
Diffstat (limited to 'client/red_drawable.h')
-rw-r--r--client/red_drawable.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/red_drawable.h b/client/red_drawable.h
index 5cea85e8..64929e8c 100644
--- a/client/red_drawable.h
+++ b/client/red_drawable.h
@@ -105,6 +105,7 @@ public:
OP_XOR,
};
+ virtual RedDrawable::Format get_format() = 0;
void copy_pixels(const PixelsSource& src, int src_x, int src_y, const SpiceRect& dest);
void blend_pixels(const PixelsSource& src, int src_x, int src_y, const SpiceRect& dest);
void combine_pixels(const PixelsSource& src, int src_x, int src_y, const SpiceRect& dest,