summaryrefslogtreecommitdiff
path: root/NxWidgets/libnxwidgets/include/cnxwidget.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/libnxwidgets/include/cnxwidget.hxx')
-rw-r--r--NxWidgets/libnxwidgets/include/cnxwidget.hxx25
1 files changed, 12 insertions, 13 deletions
diff --git a/NxWidgets/libnxwidgets/include/cnxwidget.hxx b/NxWidgets/libnxwidgets/include/cnxwidget.hxx
index d6a2654e1..854e869a3 100644
--- a/NxWidgets/libnxwidgets/include/cnxwidget.hxx
+++ b/NxWidgets/libnxwidgets/include/cnxwidget.hxx
@@ -141,19 +141,18 @@ namespace NXWidgets
typedef struct
{
- uint8_t clicked : 1; /**< True if the widget is currently clicked. */
- uint8_t hasFocus : 1; /**< True if the widget has focus. */
- uint8_t dragging : 1; /**< True if the widget is being dragged. */
- uint8_t deleted : 1; /**< True if the widget has been deleted. */
- uint8_t borderless : 1; /**< True if the widget is borderless. */
- uint8_t draggable : 1; /**< True if the widget can be dragged. */
- uint8_t drawingEnabled : 1; /**< True if the widget can be drawn. */
- uint8_t enabled : 1; /**< True if the widget is enabled. */
- uint8_t permeable : 1; /**< True if the widget's children can exceed its dimensions. */
- uint8_t erased : 1; /**< True if the widget is currently erased from the frame buffer. */
- uint8_t visibleRegionCacheInvalid : 1; /**< True if the region cache is invalid. */
- uint8_t hidden : 1; /**< True if the widget is hidden. */
- uint8_t doubleClickable : 1; /**< True if the widget can be double-clicked. */
+ uint8_t clicked : 1; /**< True if the widget is currently clicked. */
+ uint8_t hasFocus : 1; /**< True if the widget has focus. */
+ uint8_t dragging : 1; /**< True if the widget is being dragged. */
+ uint8_t deleted : 1; /**< True if the widget has been deleted. */
+ uint8_t borderless : 1; /**< True if the widget is borderless. */
+ uint8_t draggable : 1; /**< True if the widget can be dragged. */
+ uint8_t drawingEnabled : 1; /**< True if the widget can be drawn. */
+ uint8_t enabled : 1; /**< True if the widget is enabled. */
+ uint8_t permeable : 1; /**< True if the widget's children can exceed its dimensions. */
+ uint8_t erased : 1; /**< True if the widget is currently erased from the frame buffer. */
+ uint8_t hidden : 1; /**< True if the widget is hidden. */
+ uint8_t doubleClickable : 1; /**< True if the widget can be double-clicked. */
} Flags;
/**