mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
V1.41
I added a simple paint app (and sweden by c418 in bios beep sounds lmao)
This commit is contained in:
@@ -253,7 +253,7 @@ static void editor_paint(Window *win) {
|
||||
|
||||
// Draw filename and save button area at top of content
|
||||
draw_rect(offset_x, offset_y, content_width, 25, COLOR_GRAY);
|
||||
draw_string(offset_x + 10, offset_y + 5, "File: ", COLOR_BLACK);
|
||||
draw_string(offset_x + 10, offset_y + 5, "File", COLOR_BLACK);
|
||||
draw_string(offset_x + 55, offset_y + 5, open_filename, COLOR_BLACK);
|
||||
|
||||
// Draw save button
|
||||
|
||||
Reference in New Issue
Block a user