Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
zathura
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
111
Issues
111
List
Boards
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
pwmt
zathura
Commits
83ca2119
Commit
83ca2119
authored
Dec 27, 2013
by
Sebastian Ramacher
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' into feature/synctex
parents
81e75539
321b38ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
main.c
main.c
+1
-6
No files found.
main.c
View file @
83ca2119
...
...
@@ -55,12 +55,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"
},
...
...
Write
Preview
Markdown
is supported
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