diff options
Diffstat (limited to 'nls/blackbox-nls.hh')
-rw-r--r-- | nls/blackbox-nls.hh | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/nls/blackbox-nls.hh b/nls/blackbox-nls.hh index 6545915..dbdfceb 100644 --- a/nls/blackbox-nls.hh +++ b/nls/blackbox-nls.hh | |||
@@ -1,8 +1,7 @@ | |||
1 | //This file is generated from nls/C | ||
1 | #ifndef BLACKBOX_NLS_HH | 2 | #ifndef BLACKBOX_NLS_HH |
2 | #define BLACKBOX_NLS_HH | 3 | #define BLACKBOX_NLS_HH |
3 | 4 | namespace FBNLS { | |
4 | namespace FBNLS | ||
5 | { | ||
6 | enum { | 5 | enum { |
7 | BaseDisplaySet = 0x1, | 6 | BaseDisplaySet = 0x1, |
8 | BaseDisplayXError = 0x1, | 7 | BaseDisplayXError = 0x1, |
@@ -132,7 +131,6 @@ enum { | |||
132 | WorkspacemenuNewWorkspace = 0x2, | 131 | WorkspacemenuNewWorkspace = 0x2, |
133 | WorkspacemenuRemoveLast = 0x3, | 132 | WorkspacemenuRemoveLast = 0x3, |
134 | 133 | ||
135 | |||
136 | blackboxSet = 0xd, | 134 | blackboxSet = 0xd, |
137 | blackboxNoManagableScreens = 0x1, | 135 | blackboxNoManagableScreens = 0x1, |
138 | blackboxMapRequest = 0x2, | 136 | blackboxMapRequest = 0x2, |
@@ -175,7 +173,10 @@ enum { | |||
175 | bsetrootSet = 0x10, | 173 | bsetrootSet = 0x10, |
176 | bsetrootMustSpecify = 0x1, | 174 | bsetrootMustSpecify = 0x1, |
177 | bsetrootUsage = 0x2, | 175 | bsetrootUsage = 0x2, |
176 | dummy_not_used = 0 //just for the ending | ||
178 | }; //end enum | 177 | }; //end enum |
179 | 178 | ||
180 | }; //end namespace NLS | 179 | }; //end namespace |
180 | |||
181 | #endif //BLACKBOX_NLS_HH | 181 | #endif //BLACKBOX_NLS_HH |
182 | |||