view src/mb.h @ 155:6749f6639924

Fix bug for STAILQ that fail to remove a node. The previous one should be re-linked to next of removed one. But, it is linked to the removed one. Fix it!
author Thinker K.F. Li <thinker@branda.to>
date Wed, 01 Oct 2008 14:46:08 +0800
parents 8feb89b19619
children
line wrap: on
line source

#ifndef __MB_H_
#define __MB_H_

#include "mb_types.h"
#include "redraw_man.h"
#include "X_supp.h"
#include "animate.h"
#include "shapes.h"

#endif /* __MB_H_ */