[geany/geany-plugins] 4a3638: commander: Give hints to the WM about our window

Colomban Wendling git-noreply at xxxxx
Sat Aug 4 15:08:39 UTC 2012


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sat, 04 Aug 2012 15:08:39
Commit:      4a36388c96a945f4a298eee38d1752e671281660
             https://github.com/geany/geany-plugins/commit/4a36388c96a945f4a298eee38d1752e671281660

Log Message:
-----------
commander: Give hints to the WM about our window


Modified Paths:
--------------
    commander/src/commander-plugin.c

Modified: commander/src/commander-plugin.c
3 files changed, 3 insertions(+), 0 deletions(-)
===================================================================
@@ -416,6 +416,9 @@ enum {
                                     "default-height", 200,
                                     "transient-for", geany_data->main_widgets->window,
                                     "window-position", GTK_WIN_POS_CENTER_ON_PARENT,
+                                    "type-hint", GDK_WINDOW_TYPE_HINT_DIALOG,
+                                    "skip-taskbar-hint", TRUE,
+                                    "skip-pager-hint", TRUE,
                                     NULL);
   g_signal_connect (plugin_data.panel, "focus-out-event",
                     G_CALLBACK (gtk_widget_hide), NULL);


@@ Diff output truncated at 100000 characters. @@


--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).



More information about the Plugins-Commits mailing list