mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
WindowServer: Start implementing a menu system.
I'm going with a global top-of-the-screen menu instead of per-window menus. The basic idea is that menus will live in the WindowServer and clients can create menus via WindowServer requests.
This commit is contained in:
12
WindowServer/WSMenuBar.cpp
Normal file
12
WindowServer/WSMenuBar.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "WSMenuBar.h"
|
||||
#include "WSMenu.h"
|
||||
#include "WSMenuItem.h"
|
||||
|
||||
WSMenuBar::WSMenuBar()
|
||||
{
|
||||
}
|
||||
|
||||
WSMenuBar::~WSMenuBar()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user