Ignore:
Timestamp:
Mar 27, 2001, 10:47:53 PM (25 years ago)
Author:
sandervl
Message:

DeleteDC check for DIB section + SelectObject fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/dibsect.h

    r5333 r5390  
    1 /* $Id: dibsect.h,v 1.23 2001-03-19 19:27:53 sandervl Exp $ */
     1/* $Id: dibsect.h,v 1.24 2001-03-27 20:47:52 sandervl Exp $ */
    22
    33/*
     
    109109
    110110 static DIBSection *getSection() { return section; } ;
    111  static DIBSection *find(DWORD handle);
     111 static DIBSection *findObj(HANDLE handle);
    112112 static DIBSection *findHDC(HDC hdc);
    113  static       void  deleteSection(DWORD handle);
     113 static       void  deleteSection(HANDLE handle);
    114114protected:
    115115
Note: See TracChangeset for help on using the changeset viewer.