summaryrefslogtreecommitdiff
path: root/src/draw_info.h
blob: 863b0017543b67917100ee0978033a76dd025a53 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef NAVIT_DRAW_INFO_H
#define NAVIT_DRAW_INFO_H

struct draw_info {
	struct container *co;
	int display;
	int limit;
};

#endif