feat: add wlr_foreign_toplevel support

This commit is contained in:
DanyLE
2024-04-12 21:18:42 +02:00
parent bca498f387
commit dced6db8b2
9 changed files with 223 additions and 49 deletions

6
foreign.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef DIYAC_FOREIGN_H
#define DIYAC_FOREIGN_H
#include "diyac.h"
void diyac_init_foreign_toplevel(struct diyac_view* view);
#endif