(video_thread_wrapper.c) Fix 'declaration shadows local variable'

This commit is contained in:
Twinaphex 2014-10-14 22:16:01 +02:00
parent f7a735bf11
commit 03fb979730

View File

@ -288,7 +288,7 @@ static void thread_loop(void *data)
slock_lock(thr->frame.lock); slock_lock(thr->frame.lock);
thread_update_driver_state(thr); thread_update_driver_state(thr);
bool ret = false; ret = false;
bool alive = false; bool alive = false;
bool focus = false; bool focus = false;
bool has_windowed = true; bool has_windowed = true;