summaryrefslogtreecommitdiff
path: root/endless/eosmacros.h
diff options
context:
space:
mode:
Diffstat (limited to 'endless/eosmacros.h')
-rw-r--r--endless/eosmacros.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/endless/eosmacros.h b/endless/eosmacros.h
index 1dfa786..ba4b5f0 100644
--- a/endless/eosmacros.h
+++ b/endless/eosmacros.h
@@ -30,4 +30,16 @@ enum_type##_get_type (void) \
return g_define_type_id__volatile; \
}
+/**
+ * EOS_STYLE_CLASS_COMPOSITE:
+ *
+ * A CSS class to match a window on a composite TV.
+ *
+ * This is added to #EosWindow when it is detected to be on a composite TV
+ * screen.
+ *
+ * Since: 0.6
+ */
+#define EOS_STYLE_CLASS_COMPOSITE "composite"
+
#endif /* EOS_MACROS_H */