mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-14 00:52:35 +02:00
16 lines
350 B
Diff
16 lines
350 B
Diff
https://git.launchpad.net/gweled/commit/?id=033834d6db19ddcc7856e40895eb7c4e44b3d5d4
|
|
https://bugs.gentoo.org/874738
|
|
--- a/src/main.c
|
|
+++ b/src/main.c
|
|
@@ -34,2 +34,3 @@
|
|
#include "games-scores-dialog.h"
|
|
+#include "games-setgid-io.h"
|
|
|
|
--- a/src/main.h
|
|
+++ b/src/main.h
|
|
@@ -26,2 +26,5 @@
|
|
void
|
|
+init_pref_window(void);
|
|
+
|
|
+void
|
|
save_preferences(void);
|