diff options
Diffstat (limited to 'include/window')
-rw-r--r-- | include/window/window.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/window/window.h b/include/window/window.h index 9e391ed..7839f6a 100644 --- a/include/window/window.h +++ b/include/window/window.h @@ -21,7 +21,6 @@ struct gsr_window { void* (*get_display)(gsr_window *self); void* (*get_window)(gsr_window *self); void (*for_each_active_monitor_output_cached)(const gsr_window *self, active_monitor_callback callback, void *userdata); - bool (*is_compositor_kwin)(const gsr_window *self); /* can be NULL. Is currently only defined for Wayland */ void *priv; }; |