JBR-5961 Wayland: can't switch between projects using menu

fix typo

(cherry picked from commit 1ee3c83ef0)
This commit is contained in:
Dmitry Batrak
2023-09-15 14:45:03 +03:00
committed by Vitaly Provodin
parent cbd8f7442b
commit 1cdea092e4

View File

@@ -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);