mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Working commit
This commit is contained in:
parent
c88f252580
commit
058b8bdf27
10 changed files with 133 additions and 13 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue