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:
committed by
Carlos R. Mafra
parent
82aea844d0
commit
4e4d75c55e
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user