#include <mr_lag_section.h>
Go to the source code of this file.
Data Structures | |
struct | MrLagSegment |
Segment in the LAG. More... | |
Defines | |
#define | LAG_SEGMENT_HEIGHT(s) (s->y2 - s->y1 + 1) |
Typedefs | |
typedef MrLagSegment | MrLagSegment |
Functions | |
MrLagSegment * | mr_lag_segment_new () |
MrLagSegment * | mr_lag_segment_new_init (unsigned int x, unsigned int up, unsigned int down) |
void | mr_lag_segment_free (void *p) |
|
|
|
|
|
Destroys a segment |
|
Creates a new segment |
|
Creates a new segment with specified position and size |