Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5597 → Rev 5598

/programs/cmm/lib/cursor.h
1,5 → 1,11
// cursor file should be 32x32 in default MS Windows .cur format
#ifndef INCLUDE_CURSOR_H
#define INCLUDE_CURSOR_H
 
#ifndef INCLUDE_KOLIBRI_H
#include "../lib/kolibri.h"
#endif
 
struct CustomCursor
{
dword CursorPointer;
43,3 → 49,5
ECX = CursorPointer;
$int 0x40
}
 
#endif