Subversion Repositories Kolibri OS

Rev

Rev 8199 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8199 Rev 8252
Line 82... Line 82...
82
  lea  eax,[ebx-0x20]
82
  lea  eax,[ebx-0x20]
83
  add  esp,1024
83
  add  esp,1024
84
  cmp  esp,eax
84
  cmp  esp,eax
85
  cmova esp,eax
85
  cmova esp,eax
86
  and  esp,not 3
86
  and  esp,not 3
87
if defined @Kolibri@CommandLine
-
 
88
	mov	byte [@Kolibri@CommandLine+256], 0
-
 
89
end if
-
 
90
  xor  eax,eax
87
  xor  eax,eax
91
  cld
88
  cld
92
  mov  edi,@Kolibri@_ThreadTable
89
  mov  edi,@Kolibri@_ThreadTable
93
  mov  ecx,256
90
  mov  ecx,256
94
  rep stosd
91
  rep stosd
Line 387... Line 384...
387
  not  ecx
384
  not  ecx
388
  mov  esi,ecx
385
  mov  esi,ecx
389
  dec  esi
386
  dec  esi
390
  jz   .window_defined
387
  jz   .window_defined
391
  mov  eax,SF_DRAW_TEXT
388
  mov  eax,SF_DRAW_TEXT
392
  mov  ebx,0x00070007
389
  mov  ebx,0x00070005
393
  mov  ecx,[ebp+KOLIBRI_THREAD_DATA_C_TITLE*4]
390
  mov  ecx,[ebp+KOLIBRI_THREAD_DATA_C_TITLE*4]
-
 
391
  or   ecx,1 shl 28 ;make big font
394
  int  0x40
392
  int  0x40
395
.window_defined:
393
.window_defined:
396
.redraw_picture:
394
.redraw_picture:
397
  mov  eax,SF_REDRAW
395
  mov  eax,SF_REDRAW
398
  mov  ebx,SSF_END_DRAW
396
  mov  ebx,SSF_END_DRAW