aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/backend/noop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/backend/noop.h b/include/backend/noop.h
index 4198baad..e301eb07 100644
--- a/include/backend/noop.h
+++ b/include/backend/noop.h
@@ -8,6 +8,7 @@ struct wlr_noop_backend {
struct wlr_backend backend;
struct wl_display *display;
struct wl_list outputs;
+ size_t last_output_num;
bool started;
};