1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 12:28:22 +01:00

supports_tiff moved to wPreferences

The flag "supports_tiff" doesn't belong to the wScreen, because all
screens has (or not) the same value. If wmaker supports (or not) tiff
files is global to all wmaker, not to the screens.
This commit is contained in:
Rodolfo García Peñas (kix)
2013-09-05 21:08:16 +02:00
committed by Carlos R. Mafra
parent 82aea844d0
commit 4e4d75c55e
5 changed files with 15 additions and 21 deletions

View File

@@ -366,6 +366,7 @@ extern struct WPreferences {
unsigned int modifier_mask; /* mask to use as kbd modifier */
char *modifier_labels[7]; /* Names of the modifiers */
unsigned int supports_tiff; /* Use tiff files */
char ws_advance; /* Create new workspace and advance */
char ws_cycle; /* Cycle existing workspaces */