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
pwmt
zathura
Commits
ef394442
Commit
ef394442
authored
Feb 28, 2011
by
Moritz Lipp
Browse files
Surround render call by tenter/tleave
parent
31027cba
Changes
1
Hide whitespace changes
Inline
Side-by-side
render.c
View file @
ef394442
...
...
@@ -20,9 +20,10 @@ render_job(void* data)
girara_list_remove
(
render_thread
->
list
,
page
);
g_mutex_unlock
(
render_thread
->
lock
);
printf
(
"Rendered %d
\n
"
,
page
->
number
);
gdk_threads_enter
();
render
(
page
);
printf
(
"Rendered %d
\n
"
,
page
->
number
);
gdk_threads_leave
();
}
return
NULL
;
...
...
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