chase(output): support fractional scaling

manually notify scaling at some surfaces like xdg popups and xwayland
This commit is contained in:
nullableVoidPtr 2023-12-03 17:23:51 +08:00
parent e841d44b6f
commit 5825ee31cc
4 changed files with 28 additions and 0 deletions

View file

@ -17,6 +17,7 @@
#include <wlr/types/wlr_cursor.h>
#include <wlr/types/wlr_data_device.h>
#include <wlr/types/wlr_foreign_toplevel_management_v1.h>
#include <wlr/types/wlr_fractional_scale_v1.h>
#include <wlr/types/wlr_gamma_control_v1.h>
#include <wlr/types/wlr_input_device.h>
#include <wlr/types/wlr_keyboard.h>