mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
remove swayc_t typedef
This commit is contained in:
parent
874f009866
commit
83d09cf594
10 changed files with 53 additions and 47 deletions
|
|
@ -12,6 +12,6 @@ void ipc_terminate(void);
|
|||
|
||||
struct sockaddr_un *ipc_user_sockaddr(void);
|
||||
|
||||
void ipc_event_window(swayc_t *window, const char *change);
|
||||
void ipc_event_window(struct sway_container *window, const char *change);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue