From 0628bd3291aad936b6b553366600590cca360bfa Mon Sep 17 00:00:00 2001 From: Florian Müllner Date: Tue, 18 Sep 2012 18:33:07 +0200 Subject: util: Add an option to request dialogs being modal As WMs cannot open windows themselves, Mutter uses zenity to open "Force Quit" dialogs for unresponsive windows; as those are strongly tied to the corresponding window, it makes sense to make them modal (in particular when attaching them to their parent). https://bugzilla.gnome.org/show_bug.cgi?id=684322 --- src/zenity.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/zenity.h') diff --git a/src/zenity.h b/src/zenity.h index 30c497b1..2eec3aa6 100644 --- a/src/zenity.h +++ b/src/zenity.h @@ -32,6 +32,7 @@ typedef struct { gint height; gint exit_code; gint timeout_delay; + gboolean modal; } ZenityData; typedef enum { -- cgit