changeset 4506 | b577f47379f3 |
parent 4503 | 524dfefd554c |
child 5262 | b530ef003506 |
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; |