From 318faf92642038d9f0b08546f2c8d9a90d66f0ef Mon Sep 17 00:00:00 2001 From: "Kirill Lipatov (Leency)" Date: Tue, 3 Apr 2012 11:30:26 +0000 Subject: [PATCH] firework: no window bg... i wish this craziness ends one day git-svn-id: svn://kolibrios.org@2552 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/demos/firework/trunk/firework.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/demos/firework/trunk/firework.asm b/programs/demos/firework/trunk/firework.asm index 5cea667391..9a94ab63dd 100644 --- a/programs/demos/firework/trunk/firework.asm +++ b/programs/demos/firework/trunk/firework.asm @@ -42,7 +42,7 @@ x = 100 y = 70 xsize = SCREEN_WIDTH+9 ysize = SCREEN_HEIGHT+4 -areacolor = 0x14224466 +areacolor = 0x54224466 caption = labelt mov eax, 12 ; function 12:tell os about windowdraw mov ebx, 1 ; 1, start of draw