mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 21:53:46 +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
@ -418,6 +418,7 @@ init_zathura()
|
||||
g_static_mutex_init(&(Zathura.Lock.search_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));
|
||||
|
||||
/* look */
|
||||
gdk_color_parse(default_fgcolor, &(Zathura.Style.default_fg));
|
||||
|
Loading…
Reference in New Issue
Block a user