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
2b7c13c9
Commit
2b7c13c9
authored
Jun 13, 2012
by
Moritz Lipp
Browse files
Merge branch 'develop' of pwmt.org:zathura into develop
parents
d3203905
4e98fb3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
print.c
View file @
2b7c13c9
...
...
@@ -41,7 +41,7 @@ print(zathura_t* zathura)
/* print operation signals */
g_signal_connect
(
print_operation
,
"draw-page"
,
G_CALLBACK
(
cb_print_draw_page
),
zathura
);
g_signal_connect
(
print_operation
,
"end-print"
,
G_CALLBACK
(
cb_print_end
),
zathura
);
g_signal_connect
(
print_operation
,
"request
_
page
_
setup"
,
G_CALLBACK
(
cb_print_request_page_setup
),
zathura
);
g_signal_connect
(
print_operation
,
"request
-
page
-
setup"
,
G_CALLBACK
(
cb_print_request_page_setup
),
zathura
);
/* print */
GtkPrintOperationResult
result
=
gtk_print_operation_run
(
print_operation
,
...
...
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