mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -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
|
|
@ -7,6 +7,7 @@
|
|||
#include <sys/un.h>
|
||||
#include <signal.h>
|
||||
#include <getopt.h>
|
||||
#include "extensions.h"
|
||||
#include "layout.h"
|
||||
#include "stringop.h"
|
||||
#include "config.h"
|
||||
|
|
@ -73,6 +74,8 @@ int main(int argc, char **argv) {
|
|||
if (!wlc_init(&interface, argc, argv)) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
register_extensions();
|
||||
|
||||
char *config_path = NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue