Subversion Repositories Kolibri OS

Rev

Rev 7989 | Rev 9597 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7989 Rev 8946
Line 42... Line 42...
42
 
42
 
43
		case evReDraw:
43
		case evReDraw:
44
			sc.get();
44
			sc.get();
45
			DefineAndDrawWindow(215,100,WIN_W+9,WIN_H+skin_height+5,0x74,0xFFFFFF,#title,0);
45
			DefineAndDrawWindow(215,100,WIN_W+9,WIN_H+skin_height+5,0x74,0xFFFFFF,#title,0);
46
			GetProcessInfo(#Form, SelfInfo);
46
			GetProcessInfo(#Form, SelfInfo);
47
			if (Form.status_window>2) break;
47
			if (Form.status_window&ROLLED_UP) break;
Line 48... Line 48...
48
			_DRAW_WINDOW_CONTENT:
48
			_DRAW_WINDOW_CONTENT:
49
 
49