]> git.mdlowis.com Git - proto/labwc.git/commitdiff
Privatize desktop_topmost_focusable_view()
authorJohan Malm <jgm323@gmail.com>
Fri, 26 Sep 2025 18:17:56 +0000 (19:17 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Mon, 29 Sep 2025 19:22:46 +0000 (20:22 +0100)
include/labwc.h
src/desktop.c

index c75b1e39d9708ddac95c57d86d4175c293f89311..5a3bbefa432f451b17ce0038d29835875b5eeb35 100644 (file)
@@ -359,7 +359,6 @@ void desktop_focus_view_or_surface(struct seat *seat, struct view *view,
 
 void desktop_arrange_all_views(struct server *server);
 void desktop_focus_output(struct output *output);
-struct view *desktop_topmost_focusable_view(struct server *server);
 
 /**
  * Toggles the (output local) visibility of the layershell top layer
index dc2aa1a28920a5271006413993721d193510ba30..bac6c06566dc6ea642b5c3326cc584dbae36df48 100644 (file)
@@ -132,7 +132,7 @@ desktop_focus_view_or_surface(struct seat *seat, struct view *view,
        }
 }
 
-struct view *
+static struct view *
 desktop_topmost_focusable_view(struct server *server)
 {
        struct view *view;