summaryrefslogtreecommitdiff
path: root/src/include/boxes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/boxes.h')
-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 */