mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
Initial commit
This commit is contained in:
11
src/kernel/control_panel.h
Normal file
11
src/kernel/control_panel.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef CONTROL_PANEL_H
|
||||
#define CONTROL_PANEL_H
|
||||
|
||||
#include "wm.h"
|
||||
|
||||
extern Window win_control_panel;
|
||||
|
||||
void control_panel_init(void);
|
||||
void control_panel_reset(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user