Turnstone Operating System
|
Window manager graphics implementation. More...
#include <windowmanager.h>
#include <windowmanager/wnd_gfx.h>
#include <graphics/screen.h>
#include <graphics/text_cursor.h>
Functions | |
MODULE ("turnstone.windowmanager") | |
void | video_text_print (const char_t *text) |
int8_t | wnd_gfx_draw_rectangle (pixel_t *buffer, uint32_t area_width, rect_t rect, color_t color) |
color_t | wnd_gfx_blend_colors (color_t fg_color, color_t bg_color) |
boolean_t | windowmanager_draw_window (window_t *window) |
void | windowmanager_print_glyph (const window_t *window, uint32_t x, uint32_t y, wchar_t wc) |
void | windowmanager_print_text (const window_t *window, uint32_t x, uint32_t y, const char_t *text) |
void | windowmanager_clear_screen (window_t *window) |
Variables | |
pixel_t * | VIDEO_BASE_ADDRESS |
Window manager graphics implementation.
This work is licensed under TURNSTONE OS Public License. Please read and understand latest version of Licence.