Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
28ac1a2c
Commit
28ac1a2c
authored
Oct 17, 2018
by
Dorota Czaplejewicz
Browse files
imwayland.c: fix formatting
parent
3d651032
Changes
1
Show whitespace changes
Inline
Side-by-side
modules/input/imwayland.c
View file @
28ac1a2c
...
...
@@ -636,8 +636,8 @@ registry_handle_global_remove (void *data,
if
(
id
!=
global
->
text_input_manager_wl_id
)
return
;
g_clear_pointer
(
&
global
->
text_input
,
zwp_text_input_v3_destroy
);
g_clear_pointer
(
&
global
->
text_input_manager
,
zwp_text_input_manager_v3_destroy
);
g_clear_pointer
(
&
global
->
text_input
,
zwp_text_input_v3_destroy
);
g_clear_pointer
(
&
global
->
text_input_manager
,
zwp_text_input_manager_v3_destroy
);
}
static
const
struct
wl_registry_listener
registry_listener
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment