Merging r6426 through r6466 from trunk to ogl-es branch
Note: Updated IShaderConstantSetCallBack not yet supported by ogl-es drivers git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6467 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
@@ -26,6 +26,11 @@ namespace gui
|
||||
EGUI_LBC_ICON,
|
||||
//! Color of selected icon
|
||||
EGUI_LBC_ICON_HIGHLIGHT,
|
||||
//! Color of background.
|
||||
//! Note that this one is drawn over the listbox background and when not used there is no other default
|
||||
EGUI_LBC_BACKGROUND,
|
||||
//! Color of selected background
|
||||
EGUI_LBC_BACKGROUND_HIGHLIGHT,
|
||||
//! Not used, just counts the number of available colors
|
||||
EGUI_LBC_COUNT
|
||||
};
|
||||
|
Reference in New Issue
Block a user