Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 7784 → Rev 7785

/programs/system/notify3/notify.asm
7,9 → 7,10
include "../../proc32.inc"
include "../../dll.inc"
; include "../../debug.inc"
include "../../notify.inc"
include "../../string.inc"
 
include "notify.inc"
 
LINEH equ 12
MARGIN equ 12
ICONS equ 11
/programs/system/notify3/notify.inc
0,0 → 1,14
NTCTRL_READY = 0 ; BYTE
NTCTRL_APPLY_TEXT = 1 ; BYTE
NTCTRL_APPLY_ICON = 2 ; BYTE
NTCTRL_APPLY_TITLE = 3 ; BYTE
NTCTRL_APPLY_PBAR = 4 ; BYTE
 
NTCTRL_CLOSE = 32 ; BYTE
 
NTCTRL_ICON = 64 ; BYTE
NTCTRL_TITLE = 65 ; BYTE
NTCTRL_PBAR_CUR = 66 ; DWORD
NTCTRL_PBAR_MAX = 70 ; DWORD
 
NTCTRL_TEXT = 128 ; BUFFER
/programs/system/notify3/test_ctrl.asm
6,9 → 6,10
include "../../macros.inc"
include "../../proc32.inc"
; include "../../debug.inc"
include "../../notify.inc"
include "../../string.inc"
 
include "notify.inc"
 
@entry:
mcall 68, 11