diff options
author | Tony Crisci <tony@dubstepdish.com> | 2018-03-27 23:37:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-27 23:37:37 -0400 |
commit | 48e8202883594091d2ec2b5d0d8a55ddf2f0aea6 (patch) | |
tree | db15d3d40ac5d0ec3117920f9b4917a0d0519175 /include/rootston/view.h | |
parent | 575bc81d54f98841c28718b1667d27acc136a48a (diff) | |
parent | 7d89e7e58dc6d3a2d40baf91ae3f5aaa87d58a8b (diff) |
Merge pull request #731 from swaywm/layer-surfaces
Implement wlr-layer-shell protocol & rendering
Diffstat (limited to 'include/rootston/view.h')
-rw-r--r-- | include/rootston/view.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rootston/view.h b/include/rootston/view.h index 1397a8d2..6e746e8c 100644 --- a/include/rootston/view.h +++ b/include/rootston/view.h @@ -1,6 +1,5 @@ #ifndef ROOTSTON_VIEW_H #define ROOTSTON_VIEW_H - #include <stdbool.h> #include <wlr/config.h> #include <wlr/types/wlr_box.h> |