Use single function to parse sequences to keep the order

This commit is contained in:
Martin Duquesnoy
2012-01-10 20:17:26 +01:00
parent f6c0bc8a6c
commit 554952cc57
5 changed files with 95 additions and 111 deletions

View File

@@ -8,6 +8,7 @@
#include "wmfs.h"
void status_render(struct element *e);
void status_manage(struct element *e);
void uicb_status(Uicb cmd);