diff options
author | Scott Anderson <ascent12@hotmail.com> | 2017-05-14 01:12:47 +1200 |
---|---|---|
committer | Scott Anderson <ascent12@hotmail.com> | 2017-05-14 12:42:49 +1200 |
commit | 058b8bdf2755da16d38dccc8de715a984fdd620c (patch) | |
tree | 00f810c56fc1ae04125bc003df45e80f01448e7f /example | |
parent | c88f25258027257e1f6c56e9f76b8fc1feaedbd4 (diff) |
Working commit
Diffstat (limited to 'example')
-rw-r--r-- | example/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/main.c b/example/main.c index 8da27594..a7dcc308 100644 --- a/example/main.c +++ b/example/main.c @@ -129,7 +129,7 @@ int main() { struct wl_event_source *timer_vt = wl_event_loop_add_timer(event_loop, timer_change_vt, session); - wl_event_source_timer_update(timer, 30000); + wl_event_source_timer_update(timer, 15000); wl_event_source_timer_update(timer_vt, 5000); while (!done) { |