Subversion Repositories Kolibri OS

Rev

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

Rev 7310 Rev 7311
Line 130... Line 130...
130
#include "include\properties.h"
130
#include "include\properties.h"
131
#include "include\breadcrumbs.h"
131
#include "include\breadcrumbs.h"
Line 132... Line 132...
132
 
132
 
133
void main() 
133
void main() 
-
 
134
{
134
{
135
	dword files_y = 0;
135
	dword id;
136
	dword id;
136
	byte count_sl = 0;
137
	byte count_sl = 0;
137
	signed x_old, y_old, dif_x, dif_y, adif_x, adif_y;
138
	signed x_old, y_old, dif_x, dif_y, adif_x, adif_y;
138
	char stats;
139
	char stats;
Line 527... Line 528...
527
					if (action_buf==110) FnProcess(8);
528
					if (action_buf==110) FnProcess(8);
528
					action_buf=0;
529
					action_buf=0;
529
				}
530
				}
530
			break;
531
			break;
531
			default:
532
			default:
-
 
533
			if ( SystemDiscs.Get() )
-
 
534
			{
-
 
535
				if (two_panels.checked)
-
 
536
				{
-
 
537
					//SystemDiscs.Draw();
-
 
538
					//ActionsDraw();
-
 
539
					DrawFilePanels();
-
 
540
				}
532
				IF( SystemDiscs.Get() ) DrawDeviceAndActionsLeftPanel();
541
				else DrawDeviceAndActionsLeftPanel();
-
 
542
			}
533
				Update_Dir(#path,WITH_REDRAW);
543
			Update_Dir(#path,WITH_REDRAW);
534
		}
544
		}