Add config option (issue #656)

This commit is contained in:
o9000
2018-01-17 03:54:49 +00:00
parent 405c2c9286
commit 7f62594cf6
3 changed files with 7 additions and 1 deletions

View File

@@ -79,11 +79,14 @@ int num_panels;
GArray *backgrounds;
GArray *gradients;
double ui_scale_dpi_ref;
Imlib_Image default_icon;
char *default_font = NULL;
void default_panel()
{
ui_scale_dpi_ref = 0;
panels = NULL;
num_panels = 0;
default_icon = NULL;