update
fluxgen fluxgen
1 files changed,
6 insertions(+),
5 deletions(-)
jump to
M
nls/blackbox-nls.hh
→
nls/blackbox-nls.hh
@@ -1,8 +1,7 @@
+//This file is generated from nls/C #ifndef BLACKBOX_NLS_HH #define BLACKBOX_NLS_HH - -namespace FBNLS -{ +namespace FBNLS { enum { BaseDisplaySet = 0x1, BaseDisplayXError = 0x1,@@ -132,7 +131,6 @@ WorkspacemenuWorkspacesTitle = 0x1,
WorkspacemenuNewWorkspace = 0x2, WorkspacemenuRemoveLast = 0x3, - blackboxSet = 0xd, blackboxNoManagableScreens = 0x1, blackboxMapRequest = 0x2,@@ -175,7 +173,10 @@
bsetrootSet = 0x10, bsetrootMustSpecify = 0x1, bsetrootUsage = 0x2, + dummy_not_used = 0 //just for the ending }; //end enum -}; //end namespace NLS +}; //end namespace + #endif //BLACKBOX_NLS_HH +