mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
WindowServer: Rename (files) WSMenuBarKeeper => WSMenuManager.
This commit is contained in:
parent
66e9de8aaa
commit
2167f60235
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…
Add table
Reference in a new issue