#ifndef _CONFIG_DATA_H_
	#define _CONFIG_DATA_H_

extern const int cfg_desk_id;
extern const unsigned int cfg_pos_x, cfg_pos_y;
extern const int cfg_h_indent_x, cfg_m_indent_x, cfg_indent_y;
extern const int cfg_update_time;

#endif
