mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 08:00:11 +02:00
48 lines
2.1 KiB
PHP
48 lines
2.1 KiB
PHP
{%MainUnit carbonint.pas}
|
|
{
|
|
/***************************************************************************
|
|
carbondebug.inc - Carbon debugging defines
|
|
***************************************************************************/
|
|
|
|
*****************************************************************************
|
|
* *
|
|
* This file is part of the Lazarus Component Library (LCL) *
|
|
* *
|
|
* See the file COPYING.modifiedLGPL, included in this distribution, *
|
|
* for details about the copyright. *
|
|
* *
|
|
* This program is distributed in the hope that it will be useful, *
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. *
|
|
* *
|
|
*****************************************************************************
|
|
}
|
|
|
|
// Show debug info when tracing:
|
|
|
|
{off $define DebugBitmaps}
|
|
|
|
{off $DEFINE DebugEventLoop}
|
|
|
|
{off $DEFINE VerboseObject} // Carbon object
|
|
{off $DEFINE VerboseTimer}
|
|
{off $DEFINE VerboseWinAPI} // Carbon WinAPI
|
|
{off $DEFINE VerboseLCLIntf} // Carbon LCLIntf
|
|
{off $DEFINE VerboseMouse}
|
|
{off $DEFINE VerboseCursor} // Carbon cursor
|
|
{off $DEFINE VerboseKeyboard}
|
|
{off $DEFINE VerbosePaint}
|
|
{off $DEFINE VerboseCanvas}
|
|
{off $DEFINE VerboseMenu} // Carbon menu
|
|
{$DEFINE VerboseScroll} // Carbon scrollable
|
|
{off $DEFINE VerboseBounds} // debug bounding and client rects of LCL vs. intf
|
|
|
|
{$DEFINE VerboseWidget} // Carbon widget
|
|
{off $DEFINE VerboseAppEvent} // Carbon application event handlers
|
|
{off $DEFINE VerboseControlEvent} // Carbon control event handlers
|
|
{$DEFINE VerboseWindowEvent} // Carbon window event handlers
|
|
{$DEFINE VerboseCommonEvent} // Carbon common event handlers
|
|
|
|
{off $DEFINE VerboseWSClass} // Carbon WS class
|
|
|