projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9bfaeb
)
Structure libinput_seat struct
author
Jonas Ådahl
<jadahl@gmail.com>
Wed, 19 Mar 2014 22:38:45 +0000
(23:38 +0100)
committer
Jonas Ådahl
<jadahl@gmail.com>
Wed, 9 Apr 2014 18:53:14 +0000
(20:53 +0200)
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
src/libinput-private.h
patch
|
blob
|
history
diff --git
a/src/libinput-private.h
b/src/libinput-private.h
index d373217f326d410f9890db5f4e0969287fe11894..21627b06e83343c425122e2f16273acd6026db37 100644
(file)
--- a/
src/libinput-private.h
+++ b/
src/libinput-private.h
@@
-57,10
+57,12
@@
struct libinput_seat {
struct list devices_list;
void *user_data;
int refcount;
- uint32_t slot_map;
+ libinput_seat_destroy_func destroy;
+
char *physical_name;
char *logical_name;
- libinput_seat_destroy_func destroy;
+
+ uint32_t slot_map;
};
struct libinput_device {