Remove explicit fullscreen flag

This commit is contained in:
Simon Long 2024-05-08 08:54:20 +01:00
parent 94afd1f7b0
commit 4dc9255fe3
4 changed files with 14 additions and 11 deletions

View file

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