Commit 2581bd18 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

MSW vout: remove tabs

parent 50888f44
...@@ -158,7 +158,7 @@ static void *EventThread( void *p_this ) ...@@ -158,7 +158,7 @@ static void *EventThread( void *p_this )
/* Prevent monitor from powering off */ /* Prevent monitor from powering off */
if (var_GetBool(vd, "disable-screensaver")) if (var_GetBool(vd, "disable-screensaver"))
SetThreadExecutionState( ES_DISPLAY_REQUIRED | ES_SYSTEM_REQUIRED | ES_CONTINUOUS ); SetThreadExecutionState( ES_DISPLAY_REQUIRED | ES_SYSTEM_REQUIRED | ES_CONTINUOUS );
/* Main loop */ /* Main loop */
/* GetMessage will sleep if there's no message in the queue */ /* GetMessage will sleep if there's no message in the queue */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment