summaryrefslogtreecommitdiffstats
path: root/server/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/tree.h')
-rw-r--r--server/tree.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/server/tree.h b/server/tree.h
index 8cd7b05f..77f1fbf3 100644
--- a/server/tree.h
+++ b/server/tree.h
@@ -21,6 +21,7 @@
#include <stdint.h>
#include "common/region.h"
#include "common/ring.h"
+#include "spice-bitmap-utils.h"
enum {
TREE_ITEM_TYPE_NONE,
@@ -64,14 +65,6 @@ struct DrawItem {
#define IS_DRAW_ITEM(item) ((item)->type == TREE_ITEM_TYPE_DRAWABLE)
-typedef enum {
- BITMAP_GRADUAL_INVALID,
- BITMAP_GRADUAL_NOT_AVAIL,
- BITMAP_GRADUAL_LOW,
- BITMAP_GRADUAL_MEDIUM,
- BITMAP_GRADUAL_HIGH,
-} BitmapGradualType;
-
typedef struct DependItem {
Drawable *drawable;
RingItem ring_item;