mirror of
https://github.com/labwc/labwc.git
synced 2026-02-17 22:05:30 -05:00
Decorations: minor refactoring, no logical changes intended
This commit is contained in:
parent
35e71ada82
commit
5ee2ec7fff
4 changed files with 55 additions and 35 deletions
|
|
@ -38,7 +38,6 @@
|
|||
#include <wlr/types/wlr_subcompositor.h>
|
||||
#include <wlr/types/wlr_xcursor_manager.h>
|
||||
#include <wlr/types/wlr_xdg_activation_v1.h>
|
||||
#include <wlr/types/wlr_xdg_decoration_v1.h>
|
||||
#include <wlr/types/wlr_xdg_shell.h>
|
||||
#include <wlr/types/wlr_drm_lease_v1.h>
|
||||
#include <wlr/types/wlr_virtual_pointer_v1.h>
|
||||
|
|
@ -349,8 +348,6 @@ struct idle_inhibitor {
|
|||
|
||||
void xdg_popup_create(struct view *view, struct wlr_xdg_popup *wlr_popup);
|
||||
|
||||
void xdg_toplevel_decoration(struct wl_listener *listener, void *data);
|
||||
|
||||
void xdg_activation_handle_request(struct wl_listener *listener, void *data);
|
||||
|
||||
void xdg_surface_new(struct wl_listener *listener, void *data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue