diya-shell/src/wayland.h

8 lines
134 B
C
Raw Normal View History

#ifndef DIYA_SHELL_WAYLAND_H
#define DIYA_SHELL_WAYLAND_H
#include "shell.h"
void diya_shell_wayland_init(DiyaShell *shell);
#endif