did some stuff, will probably refactor later
This commit is contained in:
parent
10ee4fcbd9
commit
bc4ec556e2
46 changed files with 1013 additions and 35635 deletions
|
@ -20,6 +20,17 @@
|
|||
#ifndef _UI_UI_H
|
||||
#define _UI_UI_H
|
||||
|
||||
#include <ui/framebuffer.h>
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
struct ui_context {
|
||||
uint32_t *fb_addr;
|
||||
struct fb_mode *fb_modes;
|
||||
int total_modes;
|
||||
int current_mode;
|
||||
};
|
||||
|
||||
void ui_init();
|
||||
|
||||
#endif /* _UI_UI_H */
|
Loading…
Add table
Add a link
Reference in a new issue