diff options
author | Chris Michael <cp.michael@samsung.com> | 2013-10-15 13:40:50 +0100 |
---|---|---|
committer | Chris Michael <cp.michael@samsung.com> | 2013-10-15 13:40:50 +0100 |
commit | cf859cfaccb48fd482d2b50072f82b5d6877cc34 (patch) | |
tree | c979f0f7140a930968c9261a68105c2bb8f19588 /src/lib/ecore_fb/ecore_fb_private.h | |
parent | 7c6e4a233991c4537c9c386a789dcd4c1d7857bc (diff) |
Fix horrid formatting
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Diffstat (limited to 'src/lib/ecore_fb/ecore_fb_private.h')
-rw-r--r-- | src/lib/ecore_fb/ecore_fb_private.h | 69 |
1 files changed, 35 insertions, 34 deletions
diff --git a/src/lib/ecore_fb/ecore_fb_private.h b/src/lib/ecore_fb/ecore_fb_private.h index 797f86305f..f7dc0c6510 100644 --- a/src/lib/ecore_fb/ecore_fb_private.h +++ b/src/lib/ecore_fb/ecore_fb_private.h | |||
@@ -36,40 +36,41 @@ | |||
36 | /* ecore_fb_li.c */ | 36 | /* ecore_fb_li.c */ |
37 | struct _Ecore_Fb_Input_Device | 37 | struct _Ecore_Fb_Input_Device |
38 | { | 38 | { |
39 | int fd; | 39 | int fd; |
40 | Ecore_Fd_Handler *handler; | 40 | Ecore_Fd_Handler *handler; |
41 | int listen; | 41 | int listen; |
42 | struct { | 42 | struct |
43 | Ecore_Fb_Input_Device_Cap cap; | 43 | { |
44 | char *name; | 44 | Ecore_Fb_Input_Device_Cap cap; |
45 | char *dev; | 45 | char *name; |
46 | } info; | 46 | char *dev; |
47 | struct | 47 | } info; |
48 | { | 48 | struct |
49 | /* common mouse */ | 49 | { |
50 | int x,y; | 50 | /* common mouse */ |
51 | int w,h; | 51 | int x,y; |
52 | 52 | int w,h; | |
53 | double last; | 53 | |
54 | double prev; | 54 | double last; |
55 | double threshold; | 55 | double prev; |
56 | Eina_Bool did_double; | 56 | double threshold; |
57 | Eina_Bool did_triple; | 57 | Eina_Bool did_double; |
58 | /* absolute axis */ | 58 | Eina_Bool did_triple; |
59 | int min_w, min_h; | 59 | /* absolute axis */ |
60 | double rel_w, rel_h; | 60 | int min_w, min_h; |
61 | int event; | 61 | double rel_w, rel_h; |
62 | int prev_button; | 62 | int event; |
63 | int last_button; | 63 | int prev_button; |
64 | } mouse; | 64 | int last_button; |
65 | struct | 65 | } mouse; |
66 | { | 66 | struct |
67 | int shift; | 67 | { |
68 | int ctrl; | 68 | int shift; |
69 | int alt; | 69 | int ctrl; |
70 | int lock; | 70 | int alt; |
71 | } keyboard; | 71 | int lock; |
72 | void *window; | 72 | } keyboard; |
73 | void *window; | ||
73 | }; | 74 | }; |
74 | 75 | ||
75 | /* ecore_fb_ts.c */ | 76 | /* ecore_fb_ts.c */ |