mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 22:35:59 +01:00
Merge branch 'feature/remove-gtk2' into develop
This commit is contained in:
commit
321b38ab48
1 changed files with 1 additions and 6 deletions
7
main.c
7
main.c
|
@ -47,12 +47,7 @@ main(int argc, char* argv[])
|
||||||
bool print_version = false;
|
bool print_version = false;
|
||||||
bool synctex = false;
|
bool synctex = false;
|
||||||
int page_number = ZATHURA_PAGE_NUMBER_UNSPECIFIED;
|
int page_number = ZATHURA_PAGE_NUMBER_UNSPECIFIED;
|
||||||
|
Window embed = 0;
|
||||||
#if GTK_CHECK_VERSION(3, 0, 0)
|
|
||||||
Window embed = 0;
|
|
||||||
#else
|
|
||||||
GdkNativeWindow embed = 0;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
GOptionEntry entries[] = {
|
GOptionEntry entries[] = {
|
||||||
{ "reparent", 'e', 0, G_OPTION_ARG_INT, &embed, _("Reparents to window specified by xid"), "xid" },
|
{ "reparent", 'e', 0, G_OPTION_ARG_INT, &embed, _("Reparents to window specified by xid"), "xid" },
|
||||||
|
|
Loading…
Reference in a new issue