summaryrefslogtreecommitdiffstats
path: root/ganv/item.h
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/item.h')
-rw-r--r--ganv/item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ganv/item.h b/ganv/item.h
index c538e5a..5c63d5f 100644
--- a/ganv/item.h
+++ b/ganv/item.h
@@ -41,7 +41,7 @@ enum {
GANV_ITEM_ALWAYS_REDRAW = 1 << 3,
GANV_ITEM_VISIBLE = 1 << 4,
GANV_ITEM_NEED_UPDATE = 1 << 5,
- GANV_ITEM_NEED_VIS = 1 << 6,
+ GANV_ITEM_NEED_VIS = 1 << 6
};
#define GANV_TYPE_ITEM (ganv_item_get_type())