/* * wl_decor.h * Copyright (C) 2024 Kovid Goyal * * Distributed under terms of the GPL3 license. */ #pragma once #include typedef struct {int x;} *DECOR_LIB_HANDLE; DECOR_LIB_HANDLE glfw_wl_load_decorations_library(struct wl_display*); void glfw_wl_unload_decorations_library(DECOR_LIB_HANDLE);