From 9b02a3a71e7e30909162d1498c90c904e6d68c48 Mon Sep 17 00:00:00 2001 From: "Marat Zakiyanov (Mario79)" Date: Mon, 24 May 2010 06:34:12 +0000 Subject: [PATCH] Fix of left mouse button broken to revision 1460 git-svn-id: svn://kolibrios.org@1465 a494cfbc-eb01-0410-851d-a64ba20cac60 --- kernel/trunk/gui/window.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/kernel/trunk/gui/window.inc b/kernel/trunk/gui/window.inc index 934d34b716..12f053cb16 100644 --- a/kernel/trunk/gui/window.inc +++ b/kernel/trunk/gui/window.inc @@ -856,12 +856,11 @@ waredraw: ;//////////////////////////////////////////////////////////////////// ;------------------------------------------------------------------------------ ;? Activate window, redrawing if necessary ;------------------------------------------------------------------------------ -; push -1 + push -1 mov eax, [TASK_COUNT] lea eax, [WIN_POS + eax * 2] cmp eax, esi -; pop eax - or eax,-1 + pop eax je .exit ; is it overlapped by another window now?