[gdl] bgo #729325 - Set type hint of dragged-out windows to TOOLBAR



commit 38d1c4d69c9cc89d30b20a6c50a5f0e3755b58ff
Author: Lukas K <lukas carrotIndustries net>
Date:   Fri Jun 19 22:02:27 2015 +0200

    bgo #729325 - Set type hint of dragged-out windows to TOOLBAR

 gdl/gdl-dock.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdl/gdl-dock.c b/gdl/gdl-dock.c
index 758f183..4a7fe31 100644
--- a/gdl/gdl-dock.c
+++ b/gdl/gdl-dock.c
@@ -374,7 +374,7 @@ gdl_dock_constructor (GType                  type,
                                          dock->priv->width,
                                          dock->priv->height);
             gtk_window_set_type_hint (GTK_WINDOW (dock->priv->window),
-                                      GDK_WINDOW_TYPE_HINT_NORMAL);
+                                      GDK_WINDOW_TYPE_HINT_TOOLBAR);
 
             gdl_dock_set_skip_taskbar (dock, dock->priv->skip_taskbar);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]