aboutsummaryrefslogtreecommitdiffstats
path: root/sway/desktop/launcher.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/desktop/launcher.c')
-rw-r--r--sway/desktop/launcher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/desktop/launcher.c b/sway/desktop/launcher.c
index b666da1e..00a7e38a 100644
--- a/sway/desktop/launcher.c
+++ b/sway/desktop/launcher.c
@@ -228,7 +228,7 @@ struct launcher_ctx *launcher_ctx_create(struct wlr_xdg_activation_token_v1 *tok
228} 228}
229 229
230// Creates a context with a new token for the internal launcher 230// Creates a context with a new token for the internal launcher
231struct launcher_ctx *launcher_ctx_create_internal() { 231struct launcher_ctx *launcher_ctx_create_internal(void) {
232 struct sway_seat *seat = input_manager_current_seat(); 232 struct sway_seat *seat = input_manager_current_seat();
233 struct sway_workspace *ws = seat_get_focused_workspace(seat); 233 struct sway_workspace *ws = seat_get_focused_workspace(seat);
234 if (!ws) { 234 if (!ws) {