mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-11 01:03:47 +01:00
Drop more GTK+2 code
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
0406cbe495
commit
7d5a586811
7
main.c
7
main.c
@ -47,12 +47,7 @@ main(int argc, char* argv[])
|
||||
bool print_version = false;
|
||||
bool synctex = false;
|
||||
int page_number = ZATHURA_PAGE_NUMBER_UNSPECIFIED;
|
||||
|
||||
#if GTK_CHECK_VERSION(3, 0, 0)
|
||||
Window embed = 0;
|
||||
#else
|
||||
GdkNativeWindow embed = 0;
|
||||
#endif
|
||||
Window embed = 0;
|
||||
|
||||
GOptionEntry entries[] = {
|
||||
{ "reparent", 'e', 0, G_OPTION_ARG_INT, &embed, _("Reparents to window specified by xid"), "xid" },
|
||||
|
Loading…
Reference in New Issue
Block a user