Subversion Repositories Kolibri OS

Rev

Rev 8129 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 8129 Rev 8134
Line 40... Line 40...
40
.open_file_dlg_redraw:
40
.open_file_dlg_redraw:
41
  mov  eax,12
41
  mov  eax,12
42
  mov  ebx,1
42
  mov  ebx,1
43
  int  0x40
43
  int  0x40
44
  xor  eax,eax
44
  xor  eax,eax
45
  mov  ebx,[ebp+MENUET_THREAD_DATA_X*4]
45
  mov  ebx,[ebp+KOLIBRI_THREAD_DATA_X*4]
46
  mov  ecx,[ebp+MENUET_THREAD_DATA_Y*4]
46
  mov  ecx,[ebp+KOLIBRI_THREAD_DATA_Y*4]
47
  mov  edx,[ebp+MENUET_THREAD_DATA_C_WINDOW*4]
47
  mov  edx,[ebp+KOLIBRI_THREAD_DATA_C_WINDOW*4]
48
  mov  esi,[ebp+MENUET_THREAD_DATA_C_HEADER*4]
48
  mov  esi,[ebp+KOLIBRI_THREAD_DATA_C_HEADER*4]
49
  mov  edi,[ebp+MENUET_THREAD_DATA_C_BORDER*4]
49
  mov  edi,[ebp+KOLIBRI_THREAD_DATA_C_BORDER*4]
50
  int  0x40
50
  int  0x40
51
  mov  eax,4
51
  mov  eax,4
52
  mov  ebx,0x00070007
52
  mov  ebx,0x00070007
53
  mov  ecx,[ebp+MENUET_THREAD_DATA_C_TITLE*4]
53
  mov  ecx,[ebp+KOLIBRI_THREAD_DATA_C_TITLE*4]
54
  mov  edx,Kolibri_open_file_dlg_name
54
  mov  edx,Kolibri_open_file_dlg_name
55
  mov  esi,Kolibri_open_file_dlg_name_end - Kolibri_open_file_dlg_name
55
  mov  esi,Kolibri_open_file_dlg_name_end - Kolibri_open_file_dlg_name
56
  int  0x40
56
  int  0x40
57
  mov  eax,4
57
  mov  eax,4
58
  mov  ebx,0x000C001E
58
  mov  ebx,0x000C001E