projects
/
platform
/
upstream
/
weston.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dab5db
)
tablet-shell: Remove 'seat' member
author
Daniel Stone
<daniel@fooishbar.org>
Wed, 30 May 2012 15:31:54 +0000
(16:31 +0100)
committer
Kristian Høgsberg
<krh@bitplanet.net>
Thu, 31 May 2012 19:44:08 +0000
(15:44 -0400)
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
src/tablet-shell.c
patch
|
blob
|
history
diff --git
a/src/tablet-shell.c
b/src/tablet-shell.c
index
cf9ddf6
..
fa45b25
100644
(file)
--- a/
src/tablet-shell.c
+++ b/
src/tablet-shell.c
@@
-52,7
+52,6
@@
struct tablet_shell {
struct weston_compositor *compositor;
struct weston_process process;
- struct weston_seat *seat;
struct wl_client *client;
struct weston_surface *surface;
@@
-470,8
+469,6
@@
home_key_binding(struct wl_seat *seat, uint32_t time,
if (shell->state == STATE_LOCKED)
return;
- shell->seat = (struct weston_seat *) seat;
-
if (state) {
wl_event_source_timer_update(shell->long_press_source, 500);
shell->long_press_active = 1;