diff options
Diffstat (limited to 'src/widgetprv.h')
-rw-r--r-- | src/widgetprv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widgetprv.h b/src/widgetprv.h index 960f814e16f..fe960326b03 100644 --- a/src/widgetprv.h +++ b/src/widgetprv.h @@ -49,6 +49,8 @@ typedef struct { Boolean visual_bell; /* flash instead of beep */ int bell_volume; /* how loud is beep */ + int size_switch; /* hack to make setting size + hints work correctly */ /* private state */ |