diff options
author | Drew DeVault <sir@cmpwn.com> | 2017-06-13 10:27:15 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2017-06-13 11:05:45 -0400 |
commit | a63230e59cfdaad42c3444b2bc4be5480202e527 (patch) | |
tree | 70067e02a12c75fe63c3e87c7d67349b4a0e5dde /example | |
parent | 0dbfe56c892f400a015c37d1f3574c8f9c985030 (diff) |
Implement libinput wlr_pointer
Diffstat (limited to 'example')
-rw-r--r-- | example/rotation.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/example/rotation.c b/example/rotation.c index 2634ea03..892083e6 100644 --- a/example/rotation.c +++ b/example/rotation.c @@ -21,7 +21,6 @@ struct sample_state { struct wl_list config; - // TODO: Move renderer into shared struct wlr_renderer *renderer; struct wlr_surface *cat_texture; }; |