mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2026-01-08 01:21:42 +01:00
JBR-5961 Wayland: can't switch between projects using menu
fix typo
(cherry picked from commit 1ee3c83ef0)
This commit is contained in:
committed by
Vitaly Provodin
parent
cbd8f7442b
commit
1cdea092e4
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user