mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
Make wlr_signal_emit_safe private
This commit is contained in:
parent
10ecf871f2
commit
36ead80cd1
42 changed files with 41 additions and 42 deletions
|
|
@ -18,7 +18,7 @@
|
|||
#include <wayland-server.h>
|
||||
#include <wlr/xwayland.h>
|
||||
#include <wlr/util/log.h>
|
||||
#include <wlr/util/signal.h>
|
||||
#include "util/signal.h"
|
||||
#include "sockets.h"
|
||||
#include "wlr/xwm.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
#include <wlr/config.h>
|
||||
#include <wlr/util/log.h>
|
||||
#include <wlr/util/edges.h>
|
||||
#include <wlr/util/signal.h>
|
||||
#include "util/signal.h"
|
||||
#include <wlr/types/wlr_surface.h>
|
||||
#include <wlr/xwayland.h>
|
||||
#include <wlr/xcursor.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue