Ignore:
Timestamp:
Nov 13, 2001, 4:42:19 PM (24 years ago)
Author:
sandervl
Message:

refuse DeleteObject for DEFAULT_GUI_FONT handle

File:
1 edited

Legend:

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

    r6350 r7330  
    1 /* $Id: font.cpp,v 1.20 2001-07-16 20:17:39 sandervl Exp $ */
     1/* $Id: font.cpp,v 1.21 2001-11-13 15:42:05 sandervl Exp $ */
    22
    33/*
     
    143143}
    144144
    145 
     145//******************************************************************************
     146HFONT hFntDefaultGui = NULL;
     147//TODO: more??
     148//******************************************************************************
     149BOOL WIN32API IsSystemFont(HFONT hFont)
     150{
     151    if(hFont == hFntDefaultGui) {
     152        return TRUE;
     153    }
     154    return FALSE;
     155}
    146156//******************************************************************************
    147157//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.