diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-03-30 20:37:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-30 20:37:57 -0400 |
commit | 2701a964cf64d623948dc33bd0d3e0e6c616ebab (patch) | |
tree | 4e0f85a3e5800e1c6d24e3897c2df6e5129cbf86 /include/rootston/output.h | |
parent | c4666918fade3f99fa7718852ebdfa0c35863cb8 (diff) | |
parent | 746e3759b7a350a5e9124f365cac0279810781d1 (diff) |
Merge pull request #783 from swaywm/layer-input
Add pointer input to layer surfaces
Diffstat (limited to 'include/rootston/output.h')
-rw-r--r-- | include/rootston/output.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/rootston/output.h b/include/rootston/output.h index bf152038..f78ee81d 100644 --- a/include/rootston/output.h +++ b/include/rootston/output.h @@ -1,6 +1,5 @@ #ifndef ROOTSTON_OUTPUT_H #define ROOTSTON_OUTPUT_H - #include <pixman.h> #include <time.h> #include <wayland-server.h> |