Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 132005
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- src/s_gui.h
0
++ src/s_gui.h
Lines 510-516 Link Here
510
		
510
		
511
	private:
511
	private:
512
		callback<void> onChangeCallback;
512
		callback<void> onChangeCallback;
513
		void ScrollBar::adjustSize(void);
513
		void adjustSize(void);
514
		Button scrollBt;
514
		Button scrollBt;
515
		bool vertical;
515
		bool vertical;
516
		unsigned int scrollOffset, scrollSize;
516
		unsigned int scrollOffset, scrollSize;
Lines 837-843 Link Here
837
	class City 
837
	class City 
838
	{
838
	{
839
	public:
839
	public:
840
		City::City(const string& _name = "", const string& _state = "", const string& _country = "", 
840
		City(const string& _name = "", const string& _state = "", const string& _country = "", 
841
			double _longitude = 0.f, double _latitude = 0.f, float zone = 0, int _showatzoom = 0, int _altitude = 0);
841
			double _longitude = 0.f, double _latitude = 0.f, float zone = 0, int _showatzoom = 0, int _altitude = 0);
842
		void addCity(const string& _name = "", const string& _state = "", const string& _country = "", 
842
		void addCity(const string& _name = "", const string& _state = "", const string& _country = "", 
843
			double _longitude = 0.f, double _latitude = 0.f, float zone = 0, int _showatzoom = 0, int _altitude = 0);
843
			double _longitude = 0.f, double _latitude = 0.f, float zone = 0, int _showatzoom = 0, int _altitude = 0);

Return to bug 132005