ui/inc/glxuistd.h
changeset 24 99ad1390cd33
parent 23 74c9f037fd5d
child 29 2c833fc9e98f
equal deleted inserted replaced
23:74c9f037fd5d 24:99ad1390cd33
    32 	};
    32 	};
    33 
    33 
    34 enum GlxContextMode
    34 enum GlxContextMode
    35 {
    35 {
    36     GlxContextInvalid = -1,
    36     GlxContextInvalid = -1,
    37 	GlxContextGrid,
    37 	GlxContextLsGrid,
       
    38 	GlxContextPtGrid,
    38 	GlxContextLsFs,
    39 	GlxContextLsFs,
    39 	GlxContextPtFs,  //TB context check would be applied here . Please do not add any context between GlxContextLsFs and GlxContextPtFs
    40 	GlxContextPtFs,  //TB context check would be applied here . Please do not add any context between GlxContextLsFs and GlxContextPtFs
    40 	GlxContextLsList,
    41 	GlxContextLsList,
    41 	GlxContextPtList,
    42 	GlxContextPtList,
    42     GlxContextSelectionList
    43     GlxContextSelectionList