citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 8b7eab545c1528a556ae9891b913076ce6c6a16c
parent 59e69cace7e57b8337617ccd0bd7e381f8d262cc
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Wed, 30 Mar 2016 19:20:39 -0600

viewer: toggle animation on start

Diffstat:
Mviewer/main.cc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/viewer/main.cc b/viewer/main.cc @@ -94,6 +94,8 @@ window::window(int argc, char *argv[]) // This creates the socket with SOCK_NONBLOCK socket.set_listen(); + + static_vu->toggle_animation(); } void