Last change
on this file since 2099 was 2099, checked in by cbratschi, 26 years ago |
MDI cascade/tile, WM_PARENTNOTIFY cursor pos mapping, free timers after WM_DESTROY
|
File size:
488 bytes
|
Line | |
---|
1 | /* $Id: timer.h,v 1.3 1999-12-17 17:18:03 cbratschi Exp $ */
|
---|
2 | /*
|
---|
3 | * public timer functions
|
---|
4 | *
|
---|
5 | *
|
---|
6 | * Copyright 1999 Daniela Engert (dani@ngrt.de)
|
---|
7 | *
|
---|
8 | *
|
---|
9 | * Project Odin Software License can be found in LICENSE.TXT
|
---|
10 | *
|
---|
11 | */
|
---|
12 | #ifndef __TIMER_H__
|
---|
13 | #define __TIMER_H__
|
---|
14 |
|
---|
15 | #ifndef INCL_TIMERWIN32
|
---|
16 | extern BOOL TIMER_GetTimerInfo(HWND PMhwnd,ULONG PMid,PBOOL sys,PULONG id);
|
---|
17 | extern BOOL TIMER_HandleTimer (PQMSG pMsg);
|
---|
18 | #endif
|
---|
19 | extern VOID TIMER_KillTimerFromWindow(HWND hwnd);
|
---|
20 |
|
---|
21 | #endif //__TIMER_H__
|
---|
22 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.