From ba7eb0a5a74280222fb2ad584b65195ac70cd956 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Wed, 27 Jun 2001 06:01:57 +0000 Subject: [PATCH] no message git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/timer.cpp | 2 ++ src/mac/carbon/utils.cpp | 2 +- src/mac/timer.cpp | 2 ++ src/mac/utils.cpp | 2 +- 4 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/mac/carbon/timer.cpp b/src/mac/carbon/timer.cpp index 107906e763..f2b5f2e896 100644 --- a/src/mac/carbon/timer.cpp +++ b/src/mac/carbon/timer.cpp @@ -79,6 +79,8 @@ bool wxTimer::Start(int milliseconds,bool mode) #endif m_info.m_task.tmWakeUp = 0 ; m_info.m_task.tmReserved = 0 ; + m_info.m_task.qType = 0 ; + m_info.m_timer = this ; InsXTime((QElemPtr) &m_info.m_task ) ; PrimeTime( (QElemPtr) &m_info.m_task , m_milli ) ; return FALSE; diff --git a/src/mac/carbon/utils.cpp b/src/mac/carbon/utils.cpp index 9389888343..1a71c0c784 100644 --- a/src/mac/carbon/utils.cpp +++ b/src/mac/carbon/utils.cpp @@ -104,7 +104,7 @@ bool wxGetUserName(char *buf, int maxSize) return TRUE; } -int wxKill(long pid, int sig) +int wxKill(long pid, wxSignal sig) { // TODO return 0; diff --git a/src/mac/timer.cpp b/src/mac/timer.cpp index 107906e763..f2b5f2e896 100644 --- a/src/mac/timer.cpp +++ b/src/mac/timer.cpp @@ -79,6 +79,8 @@ bool wxTimer::Start(int milliseconds,bool mode) #endif m_info.m_task.tmWakeUp = 0 ; m_info.m_task.tmReserved = 0 ; + m_info.m_task.qType = 0 ; + m_info.m_timer = this ; InsXTime((QElemPtr) &m_info.m_task ) ; PrimeTime( (QElemPtr) &m_info.m_task , m_milli ) ; return FALSE; diff --git a/src/mac/utils.cpp b/src/mac/utils.cpp index 9389888343..1a71c0c784 100644 --- a/src/mac/utils.cpp +++ b/src/mac/utils.cpp @@ -104,7 +104,7 @@ bool wxGetUserName(char *buf, int maxSize) return TRUE; } -int wxKill(long pid, int sig) +int wxKill(long pid, wxSignal sig) { // TODO return 0; -- 2.47.2