diff options
| author | Henrik Rydberg <rydberg@euromail.se> | 2010-08-11 17:27:19 +0100 |
|---|---|---|
| committer | Henrik Rydberg <rydberg@euromail.se> | 2010-08-11 17:59:29 +0100 |
| commit | f8a8cef40683979055d54c720a2a251d273b04e7 (patch) | |
| tree | 01aa13ce302a7747ace9e7703efef6029cc55ae1 /include/grail.h | |
| parent | 477f338c8de5e20d82e7c861bba742bc4c203a42 (diff) | |
janitor: conformant argument order in api
Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'include/grail.h')
| -rw-r--r-- | include/grail.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/grail.h b/include/grail.h index 908c508..241800e 100644 --- a/include/grail.h +++ b/include/grail.h | |||
| @@ -86,8 +86,8 @@ int grail_idle(struct grail *ge, int fd, int ms); | |||
| 86 | int grail_pull(struct grail *ge, int fd); | 86 | int grail_pull(struct grail *ge, int fd); |
| 87 | void grail_close(struct grail *ge, int fd); | 87 | void grail_close(struct grail *ge, int fd); |
| 88 | 88 | ||
| 89 | void grail_get_units(struct grail_coord *min, struct grail_coord *max, | 89 | void grail_get_units(const struct grail *ge, |
| 90 | const struct grail *ge); | 90 | struct grail_coord *min, struct grail_coord *max); |
| 91 | 91 | ||
| 92 | void grail_filter_abs_events(struct grail *ge, int usage); | 92 | void grail_filter_abs_events(struct grail *ge, int usage); |
| 93 | 93 | ||
