Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 8087 → Rev 8088

/programs/system/icon_new/icon.asm
1,5 → 1,5
ICON_STRIP equ '/rd/1/icons32.png'
ICON_INI equ '/rd/1/settings/icon.ini'
ICON_STRIP equ '/sys/icons32.png'
ICON_INI equ '/sys/settings/icon.ini'
ICON_SIZE equ 68 ;à §¬¥à ®¡« á⨠¤«ï ¨ª®­ª¨ á ­ ¤¯¨áìî
IMG_SIZE equ 32 ;à §¬¥à ¨ª®­®ª
TEXT_BOTTOM_Y equ 14 ;®âáâ㯠¯® Y ⥪áâ  ®â ­¨§  ¨ª®­ª¨
1047,7 → 1047,7
 
IconIni db ICON_INI,0
 
pthNotify db '/rd/1/@notify',0
pthNotify db '/sys/@notify',0
 
keyName db 'name',0
keyPath db 'path',0
/programs/system/os/kolibri.asm
308,7 → 308,7
 
end data
 
kolibri_dll db '/rd/1/lib/kolibri.dll',0
kolibri_dll db '/sys/lib/kolibri.dll',0
.size = $ - kolibri_dll
 
console_dll db 'console.dll',0
322,11 → 322,11
msg_noreloc1 db 'Module ',0
msg_noreloc2 db ' is not at preferred base and has no fixups',0
loader_debugboard_prefix db 'S : ',0
notify_program db '/rd/1/@notify',0
notify_program db '/sys/@notify',0
msg_cannot_open db 'Cannot open ',0
msg_paths_begin db ' in any of '
 
module_path1 db '/rd/1/lib/'
module_path1 db '/sys/lib/'
.size = $ - module_path1
db ', '
module_path2 db '/kolibrios/lib/'
/programs/system/os/modules.inc
7,7 → 7,7
;
; If filename starts with '/', it is treated as an absolute file name.
; Otherwise, dlopen searches for filename in predefined locations:
; /rd/1/lib, /kolibrios/lib, directory of the executable file.
; /sys/lib, /kolibrios/lib, directory of the executable file.
; The current directory is *not* searched.
;
; If the same module is loaded again with dlopen(), the same
511,7 → 511,7
jmp .load_failed
.relative:
; 1d. The given path is relative.
; Try /rd/1/lib/, /kolibrios/lib/ and path to executable
; Try /sys/lib/, /kolibrios/lib/ and path to executable
; in this order.
stdcall try_map_module, module_path1, module_path1.size
test eax, eax
/programs/system/skincfg/trunk/idata.inc
374,7 → 374,7
cd_communication_area_name:
db 'FFFFFFFF_color_dialog',0
colordialog_path:
db '/rd/1/colrdial',0
db '/sys/colrdial',0
;---------------------------------------------------------------------
frame_data:
.type dd 0 ;+0
/programs/system/taskbar/trunk/MOI.INC
130,7 → 130,7
dd 0
dd 1
dd inicont
db '/rd/1/settings/lang.ini',0
db '/sys/settings/lang.ini',0
 
get_key:
dd 0
138,7 → 138,7
dd 0
dd 384
dd current_keymap
db '/rd/1/settings/keymap.key',0
db '/sys/settings/keymap.key',0
 
key_r db 0
key_r2 db 0