[draft] just a quick proof-of-concept for window-rules in support lxqt-panel

Related-to: #768
This commit is contained in:
Johan Malm 2023-02-17 22:31:55 +00:00
parent d571b0b28a
commit ed4edd77a4
9 changed files with 96 additions and 0 deletions

10
include/xdg-unmanaged.h Normal file
View file

@ -0,0 +1,10 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef __LABWC_XDG_UNMANAGED
#define __LABWC_XDG_UNMANAGED
struct server;
struct wlr_xdg_surface;
void xdg_unmanaged_create(struct server *server, struct wlr_xdg_surface *wlr_xdg_surface);
#endif /* __LABWC_XDG_UNMANAGED */