Subversion Repositories Kolibri OS

Rev

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

Rev 6102 Rev 6282
Line 65... Line 65...
65
    .global _RaiseEvent
65
    .global _RaiseEvent
Line 66... Line 66...
66
 
66
 
Line 67... Line 67...
67
    .global _RegService
67
    .global _RegService
-
 
68
 
68
 
69
    .global _SetFramebuffer
-
 
70
 
Line 69... Line 71...
69
    .global _SetMouseData
71
    .global _SetKeyboardData
70
    .global _SetKeyboardData
72
    .global _SetMouseData
Line 71... Line 73...
71
 
73
 
Line 146... Line 148...
146
    .def  _RaiseEvent;        .scl  2;  .type 32; .endef
148
    .def  _RaiseEvent;        .scl  2;  .type 32; .endef
Line 147... Line 149...
147
 
149
 
Line 148... Line -...
148
    .def  _RegService;        .scl  2;  .type 32; .endef
-
 
149
 
150
    .def  _RegService;        .scl  2;  .type 32; .endef
150
    .def  _SetScreen;         .scl  2;  .type 32; .endef
151
 
-
 
152
    .def  _SetFramebuffer;    .scl  2;  .type 32; .endef
-
 
153
    .def  _SetKeyboardData;   .scl  2;  .type 32; .endef
151
    .def  _SetMouseData;      .scl  2;  .type 32; .endef
154
    .def  _SetMouseData;      .scl  2;  .type 32; .endef
Line 152... Line 155...
152
    .def  _SetKeyboardData;   .scl  2;  .type 32; .endef
155
    .def  _SetScreen;         .scl  2;  .type 32; .endef
Line 153... Line 156...
153
    .def  _SysMsgBoardStr;    .scl  2;  .type 32; .endef
156
    .def  _SysMsgBoardStr;    .scl  2;  .type 32; .endef
Line 224... Line 227...
224
 
227
 
Line 225... Line 228...
225
_RaiseEvent:
228
_RaiseEvent:
226
_RegService:
229
_RegService:
Line 227... Line 230...
227
 
230
 
228
_SetMouseData:
231
_SetFramebuffer:
229
_SetKeyboardData:
232
_SetKeyboardData:
230
 
233
_SetMouseData:
231
_SetScreen:
234
_SetScreen:
Line 232... Line 235...
232
_SysMsgBoardStr:
235
_SysMsgBoardStr:
Line 305... Line 308...
305
        .ascii " -export:RaiseEvent"           #
308
        .ascii " -export:RaiseEvent"           #
Line 306... Line 309...
306
 
309
 
Line 307... Line 310...
307
        .ascii " -export:RegService"           # stdcall
310
        .ascii " -export:RegService"           # stdcall
308
 
311
 
309
        .ascii " -export:SetMouseData"         # stdcall
-
 
-
 
312
        .ascii " -export:SetFramebuffer"       # fastcall
310
        .ascii " -export:SetKeyboardData"      # stdcall
313
        .ascii " -export:SetKeyboardData"      # stdcall
311
 
314
        .ascii " -export:SetMouseData"         # stdcall
Line 312... Line 315...
312
        .ascii " -export:SetScreen"            # stdcall
315
        .ascii " -export:SetScreen"            # stdcall