Implement background blur for KDE on X11 as well

This commit is contained in:
Kovid Goyal
2023-06-27 14:56:35 +05:30
parent 7a1bdb4ff1
commit 7c6d40fa0c
11 changed files with 52 additions and 7 deletions

View File

@@ -250,6 +250,7 @@ def generate_wrappers(glfw_header: str) -> None:
uint32_t glfwGetCocoaKeyEquivalent(uint32_t glfw_key, int glfw_mods, int* cocoa_mods)
void glfwCocoaRequestRenderFrame(GLFWwindow *w, GLFWcocoarenderframefun callback)
int glfwCocoaSetBackgroundBlur(GLFWwindow *w, int blur_radius)
bool glfwSetX11WindowBlurred(GLFWwindow *w, bool enable_blur)
void* glfwGetX11Display(void)
int32_t glfwGetX11Window(GLFWwindow* window)
void glfwSetPrimarySelectionString(GLFWwindow* window, const char* string)