diff options
author | irungentoo <irungentoo@gmail.com> | 2013-08-20 17:07:55 -0700 |
---|---|---|
committer | irungentoo <irungentoo@gmail.com> | 2013-08-20 17:07:55 -0700 |
commit | c12853275c03ca6153c9424f29220bc5b8903875 (patch) | |
tree | d8191c6a088bcaf8c908fbb5e81a22825712330f /testing/toxic/windows.h | |
parent | 617b2c8ba59970a67178c602d5348d036140d559 (diff) | |
parent | 128223d9d1c70afe0adb4cfe0cfda39204379c3a (diff) |
Merge pull request #506 from irungentoo/refactor
Refactored Everything.
Diffstat (limited to 'testing/toxic/windows.h')
-rw-r--r-- | testing/toxic/windows.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/toxic/windows.h b/testing/toxic/windows.h index be5557e9..86917dbe 100644 --- a/testing/toxic/windows.h +++ b/testing/toxic/windows.h | |||
@@ -24,7 +24,7 @@ typedef struct ToxWindow_ ToxWindow; | |||
24 | 24 | ||
25 | struct ToxWindow_ { | 25 | struct ToxWindow_ { |
26 | void(*onKey)(ToxWindow *, Messenger *, int); | 26 | void(*onKey)(ToxWindow *, Messenger *, int); |
27 | void(*onDraw)(ToxWindow *); | 27 | void(*onDraw)(ToxWindow *, Messenger *); |
28 | void(*onInit)(ToxWindow *, Messenger *); | 28 | void(*onInit)(ToxWindow *, Messenger *); |
29 | void(*onFriendRequest)(ToxWindow *, uint8_t *, uint8_t *, uint16_t); | 29 | void(*onFriendRequest)(ToxWindow *, uint8_t *, uint8_t *, uint16_t); |
30 | void(*onMessage)(ToxWindow *, Messenger *, int, uint8_t *, uint16_t); | 30 | void(*onMessage)(ToxWindow *, Messenger *, int, uint8_t *, uint16_t); |