summaryrefslogtreecommitdiff
path: root/src/widget/widget_catchkey.h
diff options
context:
space:
mode:
authorTomas Chvatal (scarabeus) <tomas.chvatal@gmail.com>2008-10-23 00:09:21 +0200
committerTomas Chvatal (scarabeus) <tomas.chvatal@gmail.com>2008-10-23 00:09:21 +0200
commit6a0565944376426ded71849df09527da077dfc94 (patch)
tree2f9e1f664febc298b61626a613366330dfe0bd6e /src/widget/widget_catchkey.h
parent130d45bfc935da1702a7b5c246a099ea3b4a0bdf (diff)
Ups forget to fix header files.
Diffstat (limited to 'src/widget/widget_catchkey.h')
-rw-r--r--src/widget/widget_catchkey.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/widget/widget_catchkey.h b/src/widget/widget_catchkey.h
index cec2110..1b318c6 100644
--- a/src/widget/widget_catchkey.h
+++ b/src/widget/widget_catchkey.h
@@ -12,17 +12,17 @@
typedef struct widget_catchkey_struct
{
- int w, h;
- int key;
- bool_t active;
- void (*fce_event)(void *p);
+ int w, h;
+ int key;
+ bool_t active;
+ void (*fce_event) (void *p);
} widget_catchkey_t;
-extern widget_t* newWidgetCatchkey(int key, int x, int y, void *event);
-extern int getWidgetCatchKey(widget_t *p);
-extern void setWidgetCatchKey(widget_t *p, int key);
-extern void drawWidgetCatchkey(widget_t *p);
-extern void eventWidgetCatchkey(widget_t *p);
-extern void destroyWidgetCatchkey(widget_t *p);
+extern widget_t *newWidgetCatchkey(int key, int x, int y, void *event);
+extern int getWidgetCatchKey(widget_t * p);
+extern void setWidgetCatchKey(widget_t * p, int key);
+extern void drawWidgetCatchkey(widget_t * p);
+extern void eventWidgetCatchkey(widget_t * p);
+extern void destroyWidgetCatchkey(widget_t * p);
#endif