Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 2749 → Rev 2750

/programs/other/table/hello.cpp
1423,7 → 1423,7
for (;;)
{
switch (kos_WaitForEvent(10))
switch (kos_WaitForEventTimeout(10))
{
case 0:
process_mouse();
/programs/other/table/kosSyst.cpp
695,7 → 695,7
 
 
// ôóíêöèÿ 23
Dword kos_WaitForEvent( Dword timeOut )
Dword kos_WaitForEventTimeout( Dword timeOut )
{
// Dword result;
 
/programs/other/table/kosSyst.h
178,7 → 178,7
// ôóíêöèÿ 17
bool kos_GetButtonID( Dword &buttonID );
// ôóíêöèÿ 23
Dword kos_WaitForEvent( Dword timeOut );
Dword kos_WaitForEventTimeout( Dword timeOut );
//
enum eNumberBase
{