diff options
Diffstat (limited to 'include/xwayland/xwm.h')
-rw-r--r-- | include/xwayland/xwm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xwayland/xwm.h b/include/xwayland/xwm.h index 27b79b30..f467e107 100644 --- a/include/xwayland/xwm.h +++ b/include/xwayland/xwm.h @@ -103,6 +103,8 @@ struct wlr_xwm { xcb_render_pictformat_t render_format_id; xcb_cursor_t cursor; + // FIXME: need one per selection to simultaneously request both mimetypes, + // I think. xcb_window_t selection_window; struct wlr_xwm_selection clipboard_selection; struct wlr_xwm_selection primary_selection; |