Add area.name, useful for debugging

This commit is contained in:
o9000
2016-03-25 11:13:05 +01:00
parent 76bd4baa9c
commit 1edaf21bde
10 changed files with 15 additions and 1 deletions

View File

@@ -194,6 +194,7 @@ typedef struct Area {
// This is the pixmap on which the Area is rendered. Render to it directly if needed.
Pixmap pix;
Pixmap pix_by_state[MOUSE_STATE_COUNT];
char name[32];
// Callbacks