- Base classes for lancher: Dashboard + Taskbar - Allow the shell to monitor directly wayland seat keyboard (on demand)
12 lines
302 B
C
12 lines
302 B
C
#ifndef DIYA_SHELL_LAUNCHER_H
|
|
#define DIYA_SHELL_LAUNCHER_H
|
|
|
|
#include "session-shell.h"
|
|
|
|
#define DIYA_TYPE_LAUNCHER (diya_launcher_get_type ())
|
|
G_DECLARE_FINAL_TYPE (DiyaLauncher, diya_launcher, DIYA, LAUNCHER, DiyaShellObject)
|
|
|
|
|
|
void diya_session_shell_launcher_init(DiyaSessionShell * shell);
|
|
|
|
#endif |