Skip to content

Commit

Permalink
JBR-5961 Wayland: can't switch between projects using menu
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
JB-Dmitry authored and jbrbot committed Nov 8, 2024
1 parent b420439 commit 1ee3c83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ xdg_activation_token_v1_done(void *data,
struct xdg_activation_token_v1 *xdg_activation_token_v1,
const char *token) {
struct WLFrame *frame = (struct WLFrame *) data;
assert(wlFrame);
assert(frame);
struct wl_surface *surface = frame->wl_surface;
assert(surface);
xdg_activation_v1_activate(xdg_activation_v1, token, surface);
Expand Down

0 comments on commit 1ee3c83

Please sign in to comment.