summaryrefslogtreecommitdiff
path: root/src/meta/meta-window-shape.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/meta/meta-window-shape.h')
-rw-r--r--src/meta/meta-window-shape.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/meta/meta-window-shape.h b/src/meta/meta-window-shape.h
index ec9fa7da1..5b38f736f 100644
--- a/src/meta/meta-window-shape.h
+++ b/src/meta/meta-window-shape.h
@@ -33,11 +33,12 @@ GType meta_window_shape_get_type (void) G_GNUC_CONST;
/**
* MetaWindowShape:
- * #MetaWindowShape represents a 9-sliced region with borders on all sides that
- * are unscaled, and a constant central region that is scaled. For example,
- * the regions representing two windows that are rounded rectangles,
- * with the same corner radius but different sizes, have the
- * same MetaWindowShape.
+ *
+ * Represents a 9-sliced region with borders on all sides that
+ * are unscaled, and a constant central region that is scaled.
+ *
+ * For example, the regions representing two windows that are rounded rectangles,
+ * with the same corner radius but different sizes, have the same MetaWindowShape.
*
* #MetaWindowShape is designed to be used as part of a hash table key, so has
* efficient hash and equal functions.