GNOME Bugzilla – Bug 676601
Port to GtkApplication
Last modified: 2012-09-28 23:43:05 UTC
Hitori needs to get with the times. For better shell integration, it needs to use GtkApplication. https://live.gnome.org/GnomeGoals/PortToGtkApplication
commit e4430291bdf5c26fb7257589d29c461dfc1293a7 Author: Philip Withnall <philip@tecnocode.co.uk> Date: Sat Sep 29 00:40:46 2012 +0100 Bug 676601 — Port to GtkApplication Port Hitori to use GtkApplication. This is a fairly quick-and-simple port, just wrapping the existing code in a GtkApplication without properly integrating it all. For example, none of the semi-public members of struct Hitori have been moved into the new HitoriApplicationPrivate struct. That can all be tidied up later. Closes: https://bugzilla.gnome.org/show_bug.cgi?id=676601 src/main.c | 290 ++++++++++++++++++++++++++++++++++++++++++++++++------------- src/main.h | 26 +++++- 2 files changed, 254 insertions(+), 62 deletions(-)