Ignore:
Timestamp:
Feb 16, 2000, 3:28:28 PM (26 years ago)
Author:
sandervl
Message:

Added new logging feature

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32wbasenonclient.cpp

    r2739 r2803  
    1 /* $Id: win32wbasenonclient.cpp,v 1.10 2000-02-10 18:49:52 cbratschi Exp $ */
     1/* $Id: win32wbasenonclient.cpp,v 1.11 2000-02-16 14:28:23 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2 (non-client methods)
     
    3939#include <menu.h>
    4040
     41#define DBG_LOCALLOG    DBG_win32wbasenonclient
     42#include "dbglocal.h"
     43
    4144#define SC_ABOUTODIN            (SC_SCREENSAVE+1)
    4245#define SC_PUTMARK              (SC_SCREENSAVE+2)
     
    957960
    958961  dprintf(("DoNCPaint %x %x %d", getWindowHandle(), clip, suppress_menupaint));
     962  DecreaseLogCount();
    959963
    960964  if (!(hdc = GetDCEx( Win32Hwnd, (clip > 1) ? clip : 0, DCX_USESTYLE | DCX_WINDOW |
     
    10711075
    10721076  ReleaseDC(Win32Hwnd,hdc);
     1077  IncreaseLogCount();
    10731078  dprintf(("**DoNCPaint %x DONE", getWindowHandle()));
    10741079}
Note: See TracChangeset for help on using the changeset viewer.