mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 16:38:10 +00:00
WindowServer: Put a clock in the top right corner of the screen.
This way we don't even need the Clock app anymore. Very cool :^)
This commit is contained in:
parent
cac8153436
commit
c5a00a56c8
7 changed files with 106 additions and 14 deletions
|
@ -57,6 +57,7 @@ public:
|
|||
|
||||
void close_menu(WSMenu&);
|
||||
Color menu_selection_color() const { return m_menu_selection_color; }
|
||||
int menubar_menu_margin() const;
|
||||
|
||||
int api$menubar_create();
|
||||
int api$menubar_destroy(int menubar_id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue