Make m_idleMutex an object instead of a pointer. Use bool for hook-installed flag...
authorPaul Cornett <paulcor@bullseye.com>
Tue, 13 Oct 2009 15:40:35 +0000 (15:40 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Tue, 13 Oct 2009 15:40:35 +0000 (15:40 +0000)
commit4d4ec2a50740e7cd0d9b57113d0a9925b4c9918c
treeda3e9f142d6b05e9d921ebc9d826741aa025fa46
parentcd644aa10f219a8b5690d21a84c27f393d743ac1
Make m_idleMutex an object instead of a pointer. Use bool for hook-installed flag, the actual hook id is not needed.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/app.h
src/gtk/app.cpp