@dkondor commented on this pull request.


> @@ -719,6 +729,22 @@ gboolean socket_lock_input_cb(GIOChannel *source, 
> GIOCondition condition, gpoint
                                cl_options.goto_column = atoi(buf);
                        }
                }
+               else if (strncmp(buf, "desktop_startup_id", 18) == 0)
+               {
+                       GdkDisplay *display = gdk_display_get_default();

Makes sense, added a pair of ifdefs to guard this -- also, since I'm not able 
to demonstrate any effect of the call in the X11 case, we can omit it and keep 
this Wayland-only if you prefer (I included it for completeness, and also I can 
imagine it matters for a WM that has very strict focus stealing policy)

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/4071#discussion_r1859316894
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/4071/review/[email protected]>

Reply via email to