aboutsummaryrefslogtreecommitdiffstats
path: root/src/pgtkselect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pgtkselect.c')
-rw-r--r--src/pgtkselect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pgtkselect.c b/src/pgtkselect.c
index b0ab15c6069..271411b87ca 100644
--- a/src/pgtkselect.c
+++ b/src/pgtkselect.c
@@ -353,7 +353,7 @@ struct pgtk_selection_request
353/* Stack of selections currently being processed. 353/* Stack of selections currently being processed.
354 NULL if all requests have been fully processed. */ 354 NULL if all requests have been fully processed. */
355 355
356struct pgtk_selection_request *selection_request_stack; 356static struct pgtk_selection_request *selection_request_stack;
357 357
358static void 358static void
359pgtk_push_current_selection_request (struct selection_input_event *se, 359pgtk_push_current_selection_request (struct selection_input_event *se,