mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 05:25:59 +01:00
}
This commit is contained in:
parent
47905807ca
commit
b21afc6319
1 changed files with 1 additions and 1 deletions
|
@ -548,7 +548,7 @@ highlight_result(int page_id, PopplerRectangle* rectangle)
|
|||
recalcRectangle(page_id, rectangle);
|
||||
cairo_rectangle(cairo, rectangle->x1, rectangle->y1, (rectangle->x2 - rectangle->x1), (rectangle->y2 - rectangle->y1));
|
||||
cairo_fill(cairo);
|
||||
|
||||
}
|
||||
|
||||
void notify(int level, char* message)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue