in some programs set not sized changed window

git-svn-id: svn://kolibrios.org@551 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
SPraid (simba)
2007-06-22 20:24:06 +00:00
parent 9b1d2c1c51
commit f8ca762192
68 changed files with 68 additions and 68 deletions
@@ -93,7 +93,7 @@ draw_window:
shl esi,16
add ebx,esi
add ecx,esi
mov edx,0x33ffffff ; color of work area RRGGBB,8->color gl
mov edx,0x34ffffff ; color of work area RRGGBB,8->color gl
mov edi,title ; WINDOW LABEL
mcall
+1 -1
View File
@@ -147,7 +147,7 @@ next_digit:
draw_window:
;------------------------------------------------
mcall 12, 1
mcall 0, 200*65536+300, 200*65536+175, 0x13AABBCC,,title
mcall 0, 200*65536+300, 200*65536+175, 0x14AABBCC,,title
mcall 8, 15 *65536+ 38, 90*65536+ 15, 2, 0x6688DD ; êíîïêà shl
mcall , ,110*65536+ 15, , ; êíîïêà sal
+1 -1
View File
@@ -74,7 +74,7 @@ draw_window:
mov eax,0 ; function 0 : define and draw window
mov ebx,100*65536+270 ; [x start] *65536 + [x size]
mov ecx,100*65536+80 ; [y start] *65536 + [y size]
mov edx,0x33ffffff ; color of work area RRGGBB,8->color gl
mov edx,0x34ffffff ; color of work area RRGGBB,8->color gl
mov edi,title
mcall
+1 -1
View File
@@ -978,7 +978,7 @@ draw_window:
xor eax, eax
mov ebx, wnd_x_size
mov ecx, wnd_y_size
mov edx, 13FFFFFFh
mov edx, 14FFFFFFh
mov edi, caption_str
mcall
; messages frame
+1 -1
View File
@@ -164,7 +164,7 @@ draw_window:
mov ebx, 100*65536+200 ; [x start] *65536 + [x size]
mov ecx, 100*65536+275 ; [y start] *65536 + [y size]
mov edx, [sc.work] ; color of work area RRGGBB,8->color gl
or edx, 0x33000000
or edx, 0x34000000
mov edi, title ; WINDOW LABEL
mcall