revert: remove dpi detection and configuration for mouse distance feature

This reverts commit df34716ea5, undoing the addition of dpi detection logic and related configuration options for mouse distance calculations.
This commit is contained in:
2026-01-29 15:39:43 +00:00
parent a462643110
commit 8e86b2d106
17 changed files with 1 additions and 47 deletions
-1
View File
@@ -39,7 +39,6 @@ struct Config {
int panel_height;
int gap;
char font_name[128];
double mouse_distance_dpi;
ColorScheme colors;
float default_master_ratio;
-3
View File
@@ -215,9 +215,6 @@ typedef struct {
int last_mouse_x;
int last_mouse_y;
bool mouse_tracking_initialized;
double pixels_per_cm;
bool dpi_auto_detected;
} DWNState;
#define PHASE_OFFSET_PANEL_BG 0.0f