Subversion Repositories Kolibri OS

Rev

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

Rev 5825 Rev 5829
Line 106... Line 106...
106
		if (cur_y_temp != cur_y) && (cur_y_temp
106
		if (cur_y_temp != cur_y) && (cur_y_temp
107
		{
107
		{
108
			cur_y = cur_y_temp;
108
			cur_y = cur_y_temp;
109
			ret = 1;
109
			ret = 1;
110
		}
110
		}
-
 
111
		if (horisontal_selelection) 
-
 
112
		{		
111
		cur_x_temp = xx - x / item_w;
113
			cur_x_temp = xx - x / item_w;
112
		if (cur_x_temp != cur_x) && (cur_x_temp
114
			if (cur_x_temp != cur_x) && (cur_x_temp
113
		{
115
			{
114
			cur_x = cur_x_temp;
116
				cur_x = cur_x_temp;
115
			ret = 1;
117
				ret = 1;
116
		}
118
			}
117
	}
119
		}
-
 
120
	}
118
	return ret;
121
	return ret;
119
}
122
}
Line 120... Line 123...
120
 
123
 
121
int llist::ProcessKey(dword key)
124
int llist::ProcessKey(dword key)