Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5266 eugene455 1
format COFF
2
include "public_stdcall.inc"
3
section '.text' code
4
public_stdcall __ksys_window_redraw,4
5
;arg1 - status
6
  mov   edx,ebx
7
  mov   eax,12
8
  mov   ebx,[esp+4]
9
  int   0x40
10
  mov   ebx,edx
11
  ret   4