mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 10:26:59 +00:00
V1.41
I added a simple paint app (and sweden by c418 in bios beep sounds lmao)
This commit is contained in:
14
src/kernel/paint.h
Normal file
14
src/kernel/paint.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef PAINT_H
|
||||
#define PAINT_H
|
||||
|
||||
#include "wm.h"
|
||||
|
||||
extern Window win_paint;
|
||||
|
||||
void paint_init(void);
|
||||
void paint_reset(void);
|
||||
void paint_handle_mouse(int x, int y);
|
||||
void paint_load(const char *path);
|
||||
void paint_reset_last_pos(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user