Comment 94 for bug 434476

Revision history for this message
In , Edwin-d (edwin-d) wrote :

Comment on attachment 8415668
Implement WakeLockListener on Linux to disable screensaver while video is playing

Review of attachment 8415668:
-----------------------------------------------------------------

::: widget/gtk/WakeLockListener.cpp
@@ +154,5 @@
> + }
> + case Unsupported:
> + return false;
> + }
> +}

Oops, need a |return false| here to keep GCC happy.