|
PatchworkOS
966e257
A non-POSIX operating system.
|
#include "start_menu.h"#include <libpatchwork/patchwork.h>#include <sys/io.h>#include <sys/list.h>Go to the source code of this file.
Data Structures | |
| struct | taskbar_entry_t |
| struct | taskbar_t |
Macros | |
| #define | START_WIDTH 100 |
| #define | START_ID (UINT64_MAX - 10) |
| #define | CLOCK_WIDTH 150 |
| #define | TASK_BUTTON_MAX_WIDTH 150 |
| #define | CLOCK_LABEL_ID (UINT64_MAX - 11) |
Functions | |
| window_t * | taskbar_new (display_t *disp) |
| #define START_ID (UINT64_MAX - 10) |
| #define CLOCK_LABEL_ID (UINT64_MAX - 11) |