more rendering corrections
[AROS.git] / workbench / libs / desktop / desktop.conf
blob6bd8c5ec604f606908de21b0e117dd3e339d7dc1
1 ##begin config
2 basename Desktop
3 libbasetype struct DesktopBase
4 version 41.2
5 ##end config
6 ##begin cdef
7 #include <utility/tagitem.h>
8 #include <intuition/classes.h>
9 ##end cdef
10 ##begin cdefprivate
11 #include "desktop_intern.h"
12 ##end cdefprivate
13 ##begin functionlist
14 .skip 2
15 Object *CreateDesktopObjectA(ULONG kind, struct TagItem *tags) (D0, A0)
16 ULONG DoDesktopOperationA(ULONG operationCode, struct TagItem *tags) (D0, D2)
17 struct DesktopOperationItem *GetMenuItemList(ULONG operationType) (D0)
18 struct NewMenu *BuildDesktopMenus() ()
19 ##end functionlist