[Xfce4-commits] [xfce/xfce4-settings] 02/09: Make sure that the circles are always correctly positioned
noreply at xfce.org
noreply at xfce.org
Sun Mar 11 13:37:24 CET 2018
This is an automated email from the git hooks/post-receive script.
b l u e s a b r 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 xfce/xfce4-settings.
commit 194c1b0aad039fdee1e1614ef24a7296aeea7919
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Tue Feb 20 15:29:47 2018 +0100
Make sure that the circles are always correctly positioned
We do this by telling the WM to ignore display boundaries through
setting the GDK_WINDOW_TYPE_HINT_DOCK type hint.
---
dialogs/accessibility-settings/find-cursor.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/dialogs/accessibility-settings/find-cursor.c b/dialogs/accessibility-settings/find-cursor.c
index 52d58cb..d985524 100644
--- a/dialogs/accessibility-settings/find-cursor.c
+++ b/dialogs/accessibility-settings/find-cursor.c
@@ -126,6 +126,7 @@ main (gint argc, gchar **argv)
gtk_window_set_decorated (GTK_WINDOW (window), FALSE);
gtk_widget_set_app_paintable (window, TRUE);
gtk_window_set_skip_taskbar_hint (GTK_WINDOW (window), FALSE);
+ gtk_window_set_type_hint (GTK_WINDOW (window), GDK_WINDOW_TYPE_HINT_DOCK);
/* this results in the same as getting the mouse cursor and setting the positions
of the window with gtk_window_move */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list