summaryrefslogtreecommitdiff
path: root/media-radio/xdx/files/xdx-2.5.0-fno-common.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-01-06 18:54:07 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-01-06 18:54:07 +0000
commitcf7a256641d0729742707e68efe5e5ee3895b6c9 (patch)
tree10acbc3170c4b685aea3df6a9e96bb418a586725 /media-radio/xdx/files/xdx-2.5.0-fno-common.patch
parent56330f065f2b903d9e1b2dffc63719fef5897a45 (diff)
gentoo auto-resync : 06:01:2024 - 18:54:07
Diffstat (limited to 'media-radio/xdx/files/xdx-2.5.0-fno-common.patch')
-rw-r--r--media-radio/xdx/files/xdx-2.5.0-fno-common.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/media-radio/xdx/files/xdx-2.5.0-fno-common.patch b/media-radio/xdx/files/xdx-2.5.0-fno-common.patch
deleted file mode 100644
index a707d09b0a78..000000000000
--- a/media-radio/xdx/files/xdx-2.5.0-fno-common.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-diff --git a/src/gui.c b/src/gui.c
-index a3af442..5298c11 100644
---- a/src/gui.c
-+++ b/src/gui.c
-@@ -76,6 +76,7 @@ extern preferencestype preferences;
- static void on_highcheck_toggled(GtkToggleButton *togglebutton, gpointer user_data);
- static void on_soundcheck_toggled(GtkToggleButton *togglebutton, gpointer user_data);
-
-+guitype *gui;
-
- /**********************************MAIN WINDOW********************************/
- guitype *
-diff --git a/src/gui.h b/src/gui.h
-index 77b442f..6ba406f 100644
---- a/src/gui.h
-+++ b/src/gui.h
-@@ -53,7 +53,7 @@ typedef struct guitype {
- gchar *high8tagname;
- } guitype;
-
--guitype *gui;
-+extern guitype *gui;
-
- guitype *new_gui(void);
- void create_mainwindow(void);