Mercurial > sdl-ios-xcode
comparison src/events/SDL_clipboardevents.c @ 4506:b577f47379f3
Fixed compile warnings
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 12 Jul 2010 00:35:14 -0700 |
parents | 524dfefd554c |
children | b530ef003506 |
comparison
equal
deleted
inserted
replaced
4505:f78a602ac135 | 4506:b577f47379f3 |
---|---|
27 #include "SDL_events_c.h" | 27 #include "SDL_events_c.h" |
28 #include "SDL_clipboardevents_c.h" | 28 #include "SDL_clipboardevents_c.h" |
29 | 29 |
30 | 30 |
31 int | 31 int |
32 SDL_SendClipboardUpdate() | 32 SDL_SendClipboardUpdate(void) |
33 { | 33 { |
34 int posted; | 34 int posted; |
35 | 35 |
36 /* Post the event, if desired */ | 36 /* Post the event, if desired */ |
37 posted = 0; | 37 posted = 0; |