enable shared memory method of getting window screenshot

This commit is contained in:
Chris Lee
2019-03-03 01:46:59 +01:00
parent d682756012
commit 6c36f79aae
3 changed files with 5 additions and 2 deletions

View File

@@ -98,6 +98,7 @@ extern gboolean debug_frames;
extern gboolean debug_thumbnails;
extern double ui_scale_dpi_ref;
extern double ui_scale_monitor_size_ref;
extern gboolean thumb_use_shm;
typedef struct Panel {
Area area;