mirror of
https://github.com/swaywm/sway.git
synced 2025-12-15 08:56:30 -05:00
Basic support for extensions in server and clients
This commit is contained in:
parent
fb0bfa13ce
commit
82db2a57a9
9 changed files with 208 additions and 7 deletions
6
include/extensions.h
Normal file
6
include/extensions.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef _SWAY_EXTENSIONS_H
|
||||
#define _SWAY_EXTENSIONS_H
|
||||
|
||||
void register_extensions(void);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue