summaryrefslogtreecommitdiff
path: root/src/gui/core/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/core/core.h')
-rw-r--r--src/gui/core/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/core/core.h b/src/gui/core/core.h
index bcb5433..19647ce 100644
--- a/src/gui/core/core.h
+++ b/src/gui/core/core.h
@@ -34,6 +34,7 @@ typedef enum _AvailableGuiComponent
{
AGC_NONE = (0 << 0), /* Statut initial */
AGC_BUFFER_FEATURES = (1 << 0), /* Tampons de bribes de texte */
+ AGC_PANELS = (1 << 1), /* Panneaux graphiques de base */
} AvailableGuiComponent;