Fix blurry app icons when UI scale > 1

This commit is contained in:
Gaël Bonithon
2023-10-06 23:49:10 +02:00
parent 1e1254a3c9
commit fb824362dc
4 changed files with 35 additions and 11 deletions

View File

@@ -25,7 +25,7 @@ struct _App
WnckApplication * application;
GPid pid;
gchar name[1024];
GdkPixbuf * icon;
cairo_surface_t * surface;
};
#define XTM_TYPE_APP_MANAGER (xtm_app_manager_get_type ())