mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-27 13:16:02 +01:00
Merge branch 'mouse' of 93.90.177.129:zathura into mouse
Conflicts: config.def.h zathura.c
This commit is contained in:
commit
742f687da6
1 changed files with 1 additions and 0 deletions
|
@ -418,6 +418,7 @@ init_zathura()
|
||||||
g_static_mutex_init(&(Zathura.Lock.search_lock));
|
g_static_mutex_init(&(Zathura.Lock.search_lock));
|
||||||
g_static_mutex_init(&(Zathura.Lock.pdf_obj_lock));
|
g_static_mutex_init(&(Zathura.Lock.pdf_obj_lock));
|
||||||
g_static_mutex_init(&(Zathura.Lock.select_lock));
|
g_static_mutex_init(&(Zathura.Lock.select_lock));
|
||||||
|
g_static_mutex_init(&(Zathura.Lock.select_lock));
|
||||||
|
|
||||||
/* look */
|
/* look */
|
||||||
gdk_color_parse(default_fgcolor, &(Zathura.Style.default_fg));
|
gdk_color_parse(default_fgcolor, &(Zathura.Style.default_fg));
|
||||||
|
|
Loading…
Reference in a new issue