Ignore:
Timestamp:
Dec 15, 2001, 7:51:16 PM (24 years ago)
Author:
sandervl
Message:

Added statistics for font, bitmap, pen, brush & region objects.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/font.cpp

    r7330 r7635  
    1 /* $Id: font.cpp,v 1.21 2001-11-13 15:42:05 sandervl Exp $ */
     1/* $Id: font.cpp,v 1.22 2001-12-15 18:50:26 sandervl Exp $ */
    22
    33/*
     
    3838#include <wprocess.h>
    3939#include <odininst.h>
     40#include <stats.h>
    4041
    4142#define DBG_LOCALLOG    DBG_font
     
    287288  hFont = O32_CreateFontIndirect(&afont);
    288289
     290  if(hFont) {
     291      STATS_CreateFontIndirect(hFont, &afont);
     292  }
    289293  return(hFont);
    290294}
Note: See TracChangeset for help on using the changeset viewer.