mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-11 08:50:37 +00:00
WindowServer: Rename (files) WSMenuBarKeeper => WSMenuManager.
This commit is contained in:
parent
66e9de8aaa
commit
2167f60235
Notes:
sideshowbarker
2024-07-19 13:11:22 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/2167f602350
4 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ WINDOWSERVER_OBJS = \
|
|||
WSButton.o \
|
||||
WSCPUMonitor.o \
|
||||
WSCompositor.o \
|
||||
WSMenuBarKeeper.o \
|
||||
WSMenuManager.o \
|
||||
main.o
|
||||
|
||||
APP = WindowServer
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#include <WindowServer/WSCursor.h>
|
||||
#include <WindowServer/WSEvent.h>
|
||||
#include <WindowServer/WSMenuBar.h>
|
||||
#include <WindowServer/WSMenuBarKeeper.h>
|
||||
#include <WindowServer/WSMenuManager.h>
|
||||
#include <WindowServer/WSWindow.h>
|
||||
#include <WindowServer/WSWindowSwitcher.h>
|
||||
#include <WindowServer/WSWindowType.h>
|
||||
|
|
Loading…
Reference in a new issue