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

(-)my_xosd.h.orig (-2 / +2 lines)
Lines 8-15 Link Here
8
8
9
class XOsd {
9
class XOsd {
10
	public:
10
	public:
11
		XOsd::XOsd(int);
11
		XOsd(int);
12
		XOsd::~XOsd();
12
		~XOsd();
13
		int setPos(string);
13
		int setPos(string);
14
		int setVOffset(int);
14
		int setVOffset(int);
15
		int setHOffset(int);
15
		int setHOffset(int);
(-)xchatosd_conf.h.orig (-2 / +2 lines)
Lines 11-18 Link Here
11
11
12
class XOsdConf {
12
class XOsdConf {
13
	public:
13
	public:
14
		XOsdConf::XOsdConf();
14
		XOsdConf();
15
		XOsdConf::~XOsdConf();
15
		~XOsdConf();
16
		int read(string);
16
		int read(string);
17
		int write(string);
17
		int write(string);
18
		int getiValue(string);
18
		int getiValue(string);

Return to bug 140482