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

@@ -95,6 +95,7 @@ extern gboolean debug_fps;
extern double tracing_fps_threshold;
extern gboolean debug_frames;
extern gboolean debug_thumbnails;
extern double ui_scale_dpi_ref;
typedef struct Panel {
Area area;