Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 621638
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- a/src/icesh.cc
0
++ b/src/icesh.cc
Lines 245-251 Link Here
245
};
245
};
246
246
247
SymbolTable layers = {
247
SymbolTable layers = {
248
    layerIdentifiers, 0, WinLayerCount - 1, WinLayerInvalid
248
    layerIdentifiers, 0, WinLayerCount - 1, static_cast<long>(WinLayerInvalid)
249
};
249
};
250
250
251
SymbolTable states = {
251
SymbolTable states = {
Lines 257-263 Link Here
257
};
257
};
258
258
259
SymbolTable trayOptions = {
259
SymbolTable trayOptions = {
260
    trayOptionIdentifiers, 0, WinTrayOptionCount - 1, WinTrayInvalid
260
    trayOptionIdentifiers, 0, WinTrayOptionCount - 1, static_cast<long>(WinTrayInvalid)
261
};
261
};
262
262
263
/******************************************************************************/
263
/******************************************************************************/

Return to bug 621638