mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-29 18:14:56 +01:00
CS
This commit is contained in:
parent
dbdcba3453
commit
5a04220291
1 changed files with 1 additions and 2 deletions
|
@ -234,10 +234,9 @@ struct zathura_s
|
||||||
* Storage for gestures.
|
* Storage for gestures.
|
||||||
*/
|
*/
|
||||||
struct {
|
struct {
|
||||||
double initial_zoom;
|
double initial_zoom;
|
||||||
} gesture;
|
} gesture;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Context for MIME type detection
|
* Context for MIME type detection
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue