1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 13:28:05 +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

@@ -301,7 +301,6 @@ typedef struct _WScreen {
unsigned int added_workspace_menu:1;
unsigned int added_windows_menu:1;
unsigned int startup2:1; /* startup phase 2 */
unsigned int supports_tiff:1;
unsigned int next_click_is_not_double:1;
unsigned int backimage_helper_launched:1;
/* some client has issued a WM_COLORMAP_NOTIFY */