mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
GUI: Fix constant names mentioned in comment
This commit is contained in:
parent
114ef5817f
commit
ccc7506666
@ -164,7 +164,7 @@ struct DrawDataInfo {
|
||||
DrawData id; ///< The actual ID of the DrawData item.
|
||||
const char *name; ///< The name of the DrawData item as it appears in the Theme Description files
|
||||
bool buffer; ///< Sets whether this item is buffered on the backbuffer or drawn directly to the screen.
|
||||
DrawData parent; ///< Parent DrawData item, for items that overlay. E.g. kButtonIdle -> kButtonHover
|
||||
DrawData parent; ///< Parent DrawData item, for items that overlay. E.g. kDDButtonIdle -> kDDButtonHover
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user