summaryrefslogtreecommitdiff
path: root/gtk/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/window.c')
-rw-r--r--gtk/window.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/window.c b/gtk/window.c
index 8b66be60d..0ba3c5052 100644
--- a/gtk/window.c
+++ b/gtk/window.c
@@ -1167,7 +1167,7 @@ gui_window_file_gadget_open(struct gui_window *g,
gtk_widget_destroy(dialog);
}
-static struct gui_window_table gui_window_table = {
+static struct gui_window_table window_table = {
.create = gui_window_create,
.destroy = gui_window_destroy,
.redraw = gui_window_redraw_window,
@@ -1192,4 +1192,4 @@ static struct gui_window_table gui_window_table = {
.stop_throbber = gui_window_stop_throbber,
};
-struct gui_window_table *nsgtk_gui_window_table = &gui_window_table;
+struct gui_window_table *nsgtk_window_table = &window_table;