[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 01/03: Fix menu shown in alt-tab.
noreply at xfce.org
noreply at xfce.org
Sat Apr 7 11:36:34 CEST 2018
This is an automated email from the git hooks/post-receive script.
g o t t c o d e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-whiskermenu-plugin.
commit 56a88e36f9057e6025174e5eadc33f5b500dd88b
Author: Graeme Gott <graeme at gottcode.org>
Date: Wed Apr 4 05:28:41 2018 -0400
Fix menu shown in alt-tab.
---
panel-plugin/window.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/panel-plugin/window.cpp b/panel-plugin/window.cpp
index ccc9bc3..c62f4c3 100644
--- a/panel-plugin/window.cpp
+++ b/panel-plugin/window.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2013, 2014, 2015, 2016, 2017 Graeme Gott <graeme at gottcode.org>
+ * Copyright (C) 2013, 2014, 2015, 2016, 2017, 2018 Graeme Gott <graeme at gottcode.org>
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -105,7 +105,7 @@ WhiskerMenu::Window::Window() :
gtk_window_set_decorated(m_window, false);
gtk_window_set_skip_taskbar_hint(m_window, true);
gtk_window_set_skip_pager_hint(m_window, true);
- gtk_window_set_type_hint(m_window, GDK_WINDOW_TYPE_HINT_DIALOG);
+ gtk_window_set_type_hint(m_window, GDK_WINDOW_TYPE_HINT_POPUP_MENU);
gtk_window_stick(m_window);
gtk_widget_add_events(GTK_WIDGET(m_window), GDK_BUTTON_PRESS_MASK | GDK_LEAVE_NOTIFY_MASK | GDK_STRUCTURE_MASK);
g_signal_connect_slot(m_window, "enter-notify-event", &Window::on_enter_notify_event, this);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list