1
0
mirror of https://codeberg.org/vyivel/dulcepan/ synced 2026-04-27 21:55:56 +03:00

Apply output scale correctly

This commit is contained in:
Kirill Primak
2024-06-24 13:48:05 +03:00
parent 218b498814
commit e1424a42bb
4 changed files with 24 additions and 14 deletions
+2
View File
@@ -47,6 +47,8 @@ struct dp_output {
int effective_width, effective_height;
bool initialized;
double scale;
struct wl_callback *redraw_callback;
bool needs_redraw;