mirror of
https://github.com/labwc/labwc.git
synced 2026-04-10 08:21:07 -04:00
[draft] just a quick proof-of-concept for window-rules in support lxqt-panel
Related-to: #768
This commit is contained in:
parent
d571b0b28a
commit
ed4edd77a4
9 changed files with 96 additions and 0 deletions
10
include/xdg-unmanaged.h
Normal file
10
include/xdg-unmanaged.h
Normal 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 */
|
||||
Loading…
Add table
Add a link
Reference in a new issue