src/viewport_type.h
changeset 10055 b3bf982d7879
parent 9147 d9ec5ed630ff
equal deleted inserted replaced
10054:69258fa808b7 10055:b3bf982d7879
    25 };
    25 };
    26 
    26 
    27 struct ViewportSign {
    27 struct ViewportSign {
    28 	int32 left;
    28 	int32 left;
    29 	int32 top;
    29 	int32 top;
    30 	byte width_1, width_2;
    30 	uint16 width_1, width_2;
    31 };
    31 };
    32 
    32 
    33 enum {
    33 enum {
    34 	ZOOM_IN   = 0,
    34 	ZOOM_IN   = 0,
    35 	ZOOM_OUT  = 1,
    35 	ZOOM_OUT  = 1,