From 272c6a23dec93122ea8fe3dab25622d42aa9ff99 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 18 Feb 2004 11:44:11 +0000 Subject: [PATCH] Applied [ 897450 ] Patch for WXDEBUG_NEW docs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@25852 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/cursor.tex | 2 +- docs/latex/wx/tdebug.tex | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/latex/wx/cursor.tex b/docs/latex/wx/cursor.tex index f5c3881427..5a74959399 100644 --- a/docs/latex/wx/cursor.tex +++ b/docs/latex/wx/cursor.tex @@ -54,7 +54,7 @@ Default constructor. \param{wxColour*}{ fg=NULL}, \param{wxColour*}{ bg=NULL}} Constructs a cursor by passing an array of bits (Motif and GTK+ only). {\it maskBits} is used only under -Motif and GTK+. The parameters {\it fg} and {\bg } are only present on GTK+, and force the +Motif and GTK+. The parameters {\it fg} and {\it bg} are only present on GTK+, and force the cursor to use particular background and foreground colours. If either {\it hotSpotX} or {\it hotSpotY} is -1, the hotspot will be the centre of the cursor image (Motif only). diff --git a/docs/latex/wx/tdebug.tex b/docs/latex/wx/tdebug.tex index 76ab37d3db..04eb2fa0e0 100644 --- a/docs/latex/wx/tdebug.tex +++ b/docs/latex/wx/tdebug.tex @@ -36,8 +36,8 @@ find difficult-to-detect memory leaks (objects are not deallocated), overwrites (writing past the end of your object) and underwrites (writing to memory in front of the object). -If debugging mode is on and the symbol wxUSE\_GLOBAL\_MEMORY\_OPERATORS is set -to 1 in setup.h, 'new' is defined to be: +If debugging mode is on and the symbols wxUSE\_GLOBAL\_MEMORY\_OPERATORS and +wxUSE\_DEBUG\_NEW\_ALWAYS are set to 1 in setup.h, 'new' is defined to be: {\small \begin{verbatim}