summaryrefslogtreecommitdiff
path: root/src/lib/ecore_fb
diff options
context:
space:
mode:
authorChris Michael <cp.michael@samsung.com>2013-10-15 13:40:50 +0100
committerChris Michael <cp.michael@samsung.com>2013-10-15 13:40:50 +0100
commitcf859cfaccb48fd482d2b50072f82b5d6877cc34 (patch)
treec979f0f7140a930968c9261a68105c2bb8f19588 /src/lib/ecore_fb
parent7c6e4a233991c4537c9c386a789dcd4c1d7857bc (diff)
downloadefl-cf859cfaccb48fd482d2b50072f82b5d6877cc34.tar.gz
Fix horrid formatting
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Diffstat (limited to 'src/lib/ecore_fb')
-rw-r--r--src/lib/ecore_fb/ecore_fb_private.h69
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 @@
/* ecore_fb_li.c */
struct _Ecore_Fb_Input_Device
{
- int fd;
- Ecore_Fd_Handler *handler;
- int listen;
- struct {
- Ecore_Fb_Input_Device_Cap cap;
- char *name;
- char *dev;
- } info;
- struct
- {
- /* common mouse */
- int x,y;
- int w,h;
-
- double last;
- double prev;
- double threshold;
- Eina_Bool did_double;
- Eina_Bool did_triple;
- /* absolute axis */
- int min_w, min_h;
- double rel_w, rel_h;
- int event;
- int prev_button;
- int last_button;
- } mouse;
- struct
- {
- int shift;
- int ctrl;
- int alt;
- int lock;
- } keyboard;
- void *window;
+ int fd;
+ Ecore_Fd_Handler *handler;
+ int listen;
+ struct
+ {
+ Ecore_Fb_Input_Device_Cap cap;
+ char *name;
+ char *dev;
+ } info;
+ struct
+ {
+ /* common mouse */
+ int x,y;
+ int w,h;
+
+ double last;
+ double prev;
+ double threshold;
+ Eina_Bool did_double;
+ Eina_Bool did_triple;
+ /* absolute axis */
+ int min_w, min_h;
+ double rel_w, rel_h;
+ int event;
+ int prev_button;
+ int last_button;
+ } mouse;
+ struct
+ {
+ int shift;
+ int ctrl;
+ int alt;
+ int lock;
+ } keyboard;
+ void *window;
};
/* ecore_fb_ts.c */