summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2016-06-09 19:46:05 +0300
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2016-06-09 19:46:05 +0300
commit617b9a072dc18b3bde634af96de65666187a7daf (patch)
tree2294884ef008b141940fe0de0f06a5bed2b84084
parent545a1c736319c450a86c75bd27b7ac83918c0fb3 (diff)
downloadmetacity-617b9a072dc18b3bde634af96de65666187a7daf.tar.gz
libmetacity: add comment to MetaFrameBorders struct
-rw-r--r--libmetacity/meta-frame-borders.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libmetacity/meta-frame-borders.h b/libmetacity/meta-frame-borders.h
index 599ceb76..baf84176 100644
--- a/libmetacity/meta-frame-borders.h
+++ b/libmetacity/meta-frame-borders.h
@@ -23,6 +23,14 @@
G_BEGIN_DECLS
+/**
+ * MetaFrameBorders:
+ * @visible: Visible border
+ * @shadow: Extra size needed for box-shadow (GTK+ theme only)
+ * @resize: Extra size used for resize cursor area
+ * @invisible: Extra size around visible border (max of resize and shadow)
+ * @total: Sum of visible and invisible borders
+ */
typedef struct
{
GtkBorder visible;