mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 22:27:44 +00:00
Add API's and plumbing for WindowServer clients to make menus.
This commit is contained in:
parent
bb31d961b4
commit
133706d697
17 changed files with 322 additions and 24 deletions
|
@ -46,6 +46,8 @@
|
|||
__ERROR(EBADWINDOW, "Bad window ID") \
|
||||
__ERROR(EBADBACKING, "Bad backing store ID") \
|
||||
__ERROR(ENOTEMPTY, "Directory not empty") \
|
||||
__ERROR(EBADMENUBAR, "Bad menubar ID") \
|
||||
__ERROR(EBADMENU, "Bad menu ID") \
|
||||
|
||||
|
||||
enum __errno_values {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue