mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-02 21:21:55 -07:00
fix kb stuff
This commit is contained in:
@@ -371,7 +371,7 @@ CFramebuffer* CHyprOpenGLImpl::blurMainFramebufferWithDamage(float a, wlr_box* p
|
||||
const auto BLURSIZE = g_pConfigManager->getInt("decoration:blur_size");
|
||||
const auto BLURPASSES = g_pConfigManager->getInt("decoration:blur_passes");
|
||||
|
||||
const auto BLURRADIUS = BLURSIZE * BLURPASSES;
|
||||
const auto BLURRADIUS = BLURSIZE * BLURPASSES * BLURPASSES;
|
||||
|
||||
// now, prep the damage, get the extended damage region
|
||||
pixman_region32_t damage;
|
||||
|
Reference in New Issue
Block a user