This is an automated email from the git hooks/post-receive script. o c h o s i p u s h e d a c o m m i t t o b r a n c h x f c e - 4 . 1 2 in repository xfce/xfce4-settings.
commit 83e650c63335243298910aaef9bb3daa172d93a7 Author: Simon Steinbeiss <[email protected]> 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. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
