summaryrefslogtreecommitdiff
path: root/items.h
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-12-28 18:58:17 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-12-28 18:58:17 +0100
commitad67f341ecec4b56dca28181b570036a1095ded6 (patch)
tree72ff370ff1e46902a870a4d22c1db9064c79ec2b /items.h
parentaa30084b5af8cc8045b031c1714fd17cb57dc43a (diff)
downloadcataract-ad67f341ecec4b56dca28181b570036a1095ded6.tar.xz
Support for hidden items
Diffstat (limited to 'items.h')
-rw-r--r--items.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/items.h b/items.h
index 1c8e989..3c3286f 100644
--- a/items.h
+++ b/items.h
@@ -61,6 +61,7 @@ typedef struct {
gboolean nofullsize;
char *border_style;
TIndexItemType type;
+ gboolean hidden;
} TIndexItem;