Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
ca22bd6d
Commit
ca22bd6d
authored
May 15, 2021
by
Deucе
👌🏾
Browse files
Fix issue where X11 window would be blank on an Expose event.
parent
ebec9c91
Pipeline
#2195
failed with stage
in 8 minutes and 30 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/conio/x_events.c
src/conio/x_events.c
+4
-0
No files found.
src/conio/x_events.c
View file @
ca22bd6d
...
...
@@ -216,6 +216,10 @@ static void resize_xim(void)
if
(
xim
)
{
if
(
width
==
xim
->
width
&&
height
==
xim
->
height
)
{
if
(
last
)
{
release_buffer
(
last
);
last
=
NULL
;
}
x11
.
XFillRectangle
(
dpy
,
win
,
gc
,
0
,
0
,
x11_window_width
,
x11_window_height
);
return
;
}
...
...
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