Add fullscreen magnifier mode

This commit is contained in:
Simon Long 2024-05-07 14:27:42 +01:00
parent e8d23d1540
commit c2873a75f3
3 changed files with 77 additions and 33 deletions

View file

@ -147,6 +147,7 @@ struct theme {
float mag_border_color[4];
int mag_border_width;
int mag_filter;
int mag_fullscreen;
};
struct server;