1
0
mirror of https://codeberg.org/vyivel/dulcepan/ synced 2025-12-22 17:56:49 +02:00

Add a "show cursors" option

This commit is contained in:
Kirill Primak
2024-06-20 09:15:13 +03:00
parent 254e138a4e
commit 9c7520bef4
3 changed files with 11 additions and 5 deletions

View File

@@ -138,6 +138,8 @@ struct dp_state {
const char *output_path; // May be NULL
enum dp_file_format output_format;
bool show_cursors;
pixman_image_t *unselected_fill_image;
pixman_image_t *selected_fill_image;
pixman_image_t *border_fill_image;