Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LRN
gtk
Commits
1aa20c45
Commit
1aa20c45
authored
Apr 24, 2021
by
LRN
Browse files
Don't actually block the paint event
parent
a05871d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
gdk/gdkwindow.c
View file @
1aa20c45
...
...
@@ -11745,7 +11745,7 @@ gdk_window_blockable_paint_on_clock (GdkFrameClock *clock,
window
->
recursive_paint_status
=
GDK_RECURSIVE_PAINT_INTERNAL
;
window
->
recursive_paint
(
window
,
clock
);
window
->
recursive_paint_status
=
GDK_RECURSIVE_PAINT_NONE
;
return
TRU
E
;
return
FALS
E
;
case
GDK_RECURSIVE_PAINT_INTERNAL
:
case
GDK_RECURSIVE_PAINT_EXTERNAL
:
break
;
...
...
@@ -11756,7 +11756,7 @@ gdk_window_blockable_paint_on_clock (GdkFrameClock *clock,
*/
gdk_window_process_updates_with_mode
(
window
,
PROCESS_UPDATES_WITH_SAME_CLOCK_CHILDREN
);
return
TRU
E
;
return
FALS
E
;
}
static
void
...
...
Write
Preview
Supports
Markdown
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