diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-09-29 17:25:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-29 17:25:58 -0400 |
commit | a48dedba3dfe93a68a2c7cd80ab896a15d84884f (patch) | |
tree | 70f57212464eb5c68c7b822df58ea6ed580e6eea /include/rootston/view.h | |
parent | 285a109d416c9bcdc0c47dfb1b9ce4e474cd34dd (diff) | |
parent | 4ccb83bf33bbf531eef7fbd20e80146562fcae64 (diff) |
Merge pull request #170 from emersion/xwayland
Improve xwayland, batch 2
Diffstat (limited to 'include/rootston/view.h')
-rw-r--r-- | include/rootston/view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rootston/view.h b/include/rootston/view.h index da3b189d..2bd71104 100644 --- a/include/rootston/view.h +++ b/include/rootston/view.h @@ -31,6 +31,7 @@ struct roots_xwayland_surface { struct roots_view *view; // TODO: Maybe destroy listener should go in roots_view struct wl_listener destroy; + struct wl_listener request_configure; }; enum roots_view_type { |