summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorAlberts Muktupāvels <alberts.muktupavels@gmail.com>2018-06-16 19:39:26 +0300
committerAlberts Muktupāvels <alberts.muktupavels@gmail.com>2018-06-16 19:39:26 +0300
commitc5dd4a734174ec0ebfe8919bd88580d7f1997c03 (patch)
tree30cf11e48e6b562f3b391359634d68f20cce6c5a /src/include
parentaef654c8c623132f55c19994c2f59164e2781507 (diff)
downloadmetacity-c5dd4a734174ec0ebfe8919bd88580d7f1997c03.tar.gz
refer to monitors as "monitors" rather than "xineramas"
Follow mutter and rename xineramas to monitors.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/boxes.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/include/boxes.h b/src/include/boxes.h
index 61b9b61c..ddbc545c 100644
--- a/src/include/boxes.h
+++ b/src/include/boxes.h
@@ -56,7 +56,7 @@ typedef enum
typedef enum
{
META_EDGE_WINDOW,
- META_EDGE_XINERAMA,
+ META_EDGE_MONITOR,
META_EDGE_SCREEN
} MetaEdgeType;
@@ -191,7 +191,7 @@ void meta_rectangle_expand_to_avoiding_struts (
* or
* meta_rectangle_find_onscreen_edges ()
* or
- * meta_rectangle_find_nonintersected_xinerama_edges()
+ * meta_rectangle_find_nonintersected_monitor_edges()
*/
void meta_rectangle_free_list_and_elements (GList *filled_list);
@@ -278,12 +278,12 @@ GList* meta_rectangle_remove_intersections_with_boxes_from_edges (
GList* meta_rectangle_find_onscreen_edges (const MetaRectangle *basic_rect,
const GSList *all_struts);
-/* Finds edges between adjacent xineramas which are not covered by the given
+/* Finds edges between adjacent monitors which are not covered by the given
* struts.
*/
-GList* meta_rectangle_find_nonintersected_xinerama_edges (
+GList* meta_rectangle_find_nonintersected_monitor_edges (
const MetaRectangle *screen_rect,
- const GList *xinerama_rects,
+ const GList *monitor_rects,
const GSList *all_struts);
#endif /* META_BOXES_H */