fix for hyprland that should go away very quickly
Some checks failed
pyrite-dev/milsko/pipeline/head There was a failure building this commit

This commit is contained in:
IoIxD 2026-09-11 18:05:42 -07:00
commit 5479cb3e30
6 changed files with 358 additions and 79 deletions

View file

@ -454,6 +454,8 @@ struct _MwLLWayland {
MwU64 next_elapsed;
long start_time;
long end_time;
MwBool on_hyprland;
};
struct _MwLLWaylandColor {
@ -479,6 +481,11 @@ void MwLLWaylandBufferDestroy(struct _MwLLWaylandShmBuffer* buffer);
void MwLLWaylandRegionSetup(MwLL handle);
void MwLLWaylandRegionInvalidate(MwLL handle);
int MwLLWaylandDoRoundness(MwLL handle);
/* Reads the "roundness" value out of ~/.config/hypr/hyprland.lua, or returns `fallback` if unavailable. */
int MwLLWaylandHyprlandGetRoundness(void);
void MwLLWaylandHangUntilConfigured(MwLL handle);
MwBool MwLLWaylandWidgetIsDestroyed(MwLL self);