From a7caf65ee9bf6d5249893dd47a247fa231715a66 Mon Sep 17 00:00:00 2001 From: "Kirill Lipatov (Leency)" Date: Tue, 26 Jul 2011 17:13:25 +0000 Subject: [PATCH] plasma: transparent background git-svn-id: svn://kolibrios.org@2028 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/demos/plasma/trunk/plasma.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/programs/demos/plasma/trunk/plasma.asm b/programs/demos/plasma/trunk/plasma.asm index 14f85835f9..f547599c11 100644 --- a/programs/demos/plasma/trunk/plasma.asm +++ b/programs/demos/plasma/trunk/plasma.asm @@ -44,9 +44,9 @@ CODE mcall xor eax,eax - mov ebx,(100 shl 16)+(WND_SIZE_X+8) - mov ecx,(100 shl 16)+(WND_SIZE_Y+25) - mov edx,0x34000000 + mov ebx,(110 shl 16)+(WND_SIZE_X+9) + mov ecx,(110 shl 16)+(WND_SIZE_Y+26) + mov edx,0x74000000 mov edi,title mcall