#ifndef LABWC_OVERLAY_H
#define LABWC_OVERLAY_H
-#include <wlr/util/box.h>
-#include "common/graphic-helpers.h"
-#include "regions.h"
-#include "view.h"
+#include "common/edge.h"
+
+struct seat;
/* TODO: replace this with single lab_scene_rect */
struct overlay_rect {
#include "labwc.h"
#include "idle.h"
#include "action.h"
+#include "view.h"
bool
tablet_tool_has_focused_surface(struct seat *seat)
#include "idle.h"
#include "labwc.h"
#include "ssd.h"
+#include "view.h"
/* Holds layout -> surface offsets to report motion events in relative coords */
struct touch_point {
#include <wlr/types/wlr_compositor.h>
#include <wlr/render/allocator.h>
#include "config/rcxml.h"
-#include "config/types.h"
#include "common/array.h"
#include "common/box.h"
#include "common/lab-scene-rect.h"
#include "osd.h"
#include "output.h"
#include "theme.h"
+#include "view.h"
struct osd_thumbnail_scene_item {
struct view *view;
#include "config/rcxml.h"
#include "labwc.h"
#include "output.h"
-#include "view.h"
+#include "regions.h"
#include "theme.h"
+#include "view.h"
static void
create_overlay_rect(struct seat *seat, struct overlay_rect *rect,
#include "resize-indicator.h"
#include "ssd.h"
#include "theme.h"
+#include "view.h"
bool
resize_outlines_enabled(struct view *view)