Skip to content

Commit

Permalink
input_method_v2: make keyboard_grab field nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
ifreund committed Nov 17, 2021
1 parent be78e2e commit fe8d044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/input_method_v2.zig
Expand Up @@ -76,7 +76,7 @@ pub const InputMethodV2 = extern struct {
client_active: bool,
current_serial: u32,

keyboard_grab: *KeyboardGrab,
keyboard_grab: ?*KeyboardGrab,

link: wl.list.Link,

Expand Down

0 comments on commit fe8d044

Please sign in to comment.