- Change 'applist' action to 'list' to match the documentation

- Add 'quit' action to quit the app being streamed
- Check if the device is paired before streaming
- Fix a typo that caused a segfault when streaming
This commit is contained in:
Cameron Gutman
2015-05-15 01:05:23 +00:00
parent 15e0048fca
commit 6be4ffef9f
5 changed files with 54 additions and 6 deletions

View File

@@ -16,6 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with Moonlight; if not, see <http://www.gnu.org/licenses/>.
*/
#pragma once
#include <stdio.h>