Sun 12 Jan 20:49:00 CET 2025

This commit is contained in:
sbosse 2025-01-12 20:49:25 +01:00
parent 61b15ff146
commit da0a34a82d

View File

@ -19,5 +19,6 @@ struct event {
#define EVENT_RESIZE (1<<6) #define EVENT_RESIZE (1<<6)
#define EVENT_REVEAL (1<<7) #define EVENT_REVEAL (1<<7)
#define EVENT_HIDE (1<<8) #define EVENT_HIDE (1<<8)
#define EVENT_DATA (1<<9)
#endif #endif