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

(-)dasher-3.2.18-orig/Src/DasherCore/DasherViewSquare.h (-1 / +1 lines)
Lines 33-39 Link Here
33
	virtual void RenderNodes();
33
	virtual void RenderNodes();
34
	
34
	
35
	void ChangeScreen(CDasherScreen* NewScreen);
35
	void ChangeScreen(CDasherScreen* NewScreen);
36
	void CDasherViewSquare::DrawGoTo(screenint mousex, screenint mousey);
36
	void DrawGoTo(screenint mousex, screenint mousey);
37
	void DrawMouse(screenint mousex, screenint mousey);
37
	void DrawMouse(screenint mousex, screenint mousey);
38
	void DrawMouseLine(screenint mousex, screenint mousey);
38
	void DrawMouseLine(screenint mousex, screenint mousey);
39
	void DrawKeyboard();
39
	void DrawKeyboard();
(-)dasher-3.2.18-orig/Src/DasherCore/LanguageModelling/SymbolAlphabet.h (-1 / +1 lines)
Lines 38-44 Link Here
38
		// iSize is the number of Symbols - please dont change the constructor
38
		// iSize is the number of Symbols - please dont change the constructor
39
		// Add functions to set customizable behaviour
39
		// Add functions to set customizable behaviour
40
40
41
		CSymbolAlphabet::CSymbolAlphabet(int iSize)
41
		CSymbolAlphabet(int iSize)
42
			: m_iSize(iSize)
42
			: m_iSize(iSize)
43
		{
43
		{
44
		  //			DASHER_ASSERT(iSize>0);
44
		  //			DASHER_ASSERT(iSize>0);

Return to bug 125596