[gnome-games] retro: Make type of RetroRunner.loop more explicit
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] retro: Make type of RetroRunner.loop more explicit
- Date: Fri, 20 Jan 2017 09:37:53 +0000 (UTC)
commit 27052e3cec6c176db9eba741ae99e76526ed9da0
Author: Adrien Plazas <kekun plazas laposte net>
Date: Thu Jan 19 17:28:25 2017 +0100
retro: Make type of RetroRunner.loop more explicit
Change the type of RetroRunner.loop from Loop to MainLoop.
This allows the generic Loop type to be dropped from retro-gtk.
https://bugzilla.gnome.org/show_bug.cgi?id=777482
src/retro/retro-runner.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/retro/retro-runner.vala b/src/retro/retro-runner.vala
index 56d4a28..803eaba 100644
--- a/src/retro/retro-runner.vala
+++ b/src/retro/retro-runner.vala
@@ -39,7 +39,7 @@ public class Games.RetroRunner : Object, Runner {
private RetroInputManager input_manager;
private Retro.Options options;
private RetroLog log;
- private Retro.Loop loop;
+ private Retro.MainLoop loop;
private Gtk.EventBox widget;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]