1
0
mirror of https://codeberg.org/vyivel/dulcepan/ synced 2025-12-22 17:56:49 +02: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

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;