update
This commit is contained in:
parent
51c7b36f1f
commit
e82cf2fae5
1 changed files with 6 additions and 5 deletions
|
@ -1,8 +1,7 @@
|
||||||
|
//This file is generated from nls/C
|
||||||
#ifndef BLACKBOX_NLS_HH
|
#ifndef BLACKBOX_NLS_HH
|
||||||
#define BLACKBOX_NLS_HH
|
#define BLACKBOX_NLS_HH
|
||||||
|
namespace FBNLS {
|
||||||
namespace FBNLS
|
|
||||||
{
|
|
||||||
enum {
|
enum {
|
||||||
BaseDisplaySet = 0x1,
|
BaseDisplaySet = 0x1,
|
||||||
BaseDisplayXError = 0x1,
|
BaseDisplayXError = 0x1,
|
||||||
|
@ -132,7 +131,6 @@ enum {
|
||||||
WorkspacemenuNewWorkspace = 0x2,
|
WorkspacemenuNewWorkspace = 0x2,
|
||||||
WorkspacemenuRemoveLast = 0x3,
|
WorkspacemenuRemoveLast = 0x3,
|
||||||
|
|
||||||
|
|
||||||
blackboxSet = 0xd,
|
blackboxSet = 0xd,
|
||||||
blackboxNoManagableScreens = 0x1,
|
blackboxNoManagableScreens = 0x1,
|
||||||
blackboxMapRequest = 0x2,
|
blackboxMapRequest = 0x2,
|
||||||
|
@ -175,7 +173,10 @@ enum {
|
||||||
bsetrootSet = 0x10,
|
bsetrootSet = 0x10,
|
||||||
bsetrootMustSpecify = 0x1,
|
bsetrootMustSpecify = 0x1,
|
||||||
bsetrootUsage = 0x2,
|
bsetrootUsage = 0x2,
|
||||||
|
dummy_not_used = 0 //just for the ending
|
||||||
}; //end enum
|
}; //end enum
|
||||||
|
|
||||||
}; //end namespace NLS
|
}; //end namespace
|
||||||
|
|
||||||
#endif //BLACKBOX_NLS_HH
|
#endif //BLACKBOX_NLS_HH
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue