- using meson build - implement shell using gobject API - support wlr-foreign-toplevel protocol - shell base UI (WIP)
7 lines
248 B
C
7 lines
248 B
C
#ifndef DIYA_SHELL_FOREIGN_H
|
|
#define DIYA_SHELL_FOREIGN_H
|
|
#include "wlr-foreign-toplevel-management-unstable-v1.h"
|
|
#include "shell.h"
|
|
|
|
void diya_shell_foreign_toplevel_register(struct wl_registry *registry, uint32_t name, DiyaShell * shell);
|
|
#endif |