navit  0.5.3-trunk
draw_info.h
Go to the documentation of this file.
1 
20 #ifndef NAVIT_DRAW_INFO_H
21 #define NAVIT_DRAW_INFO_H
22 
23 struct draw_info {
24  struct container *co;
25  int display;
26  int limit;
27 };
28 
29 #endif
30 
Definition: draw_info.h:23
struct container * co
Definition: draw_info.h:24
int limit
Definition: draw_info.h:26
int display
Definition: draw_info.h:25