Ignore:
Timestamp:
Sep 21, 1999, 10:24:53 AM (26 years ago)
Author:
sandervl
Message:

Fixes for icon(group) + cursorgroup conversion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/cvticongrp.cpp

    r956 r997  
    1 /* $Id: cvticongrp.cpp,v 1.3 1999-09-15 23:38:01 sandervl Exp $ */
     1/* $Id: cvticongrp.cpp,v 1.4 1999-09-21 08:24:53 sandervl Exp $ */
    22
    33/*
     
    7373                continue;
    7474        }
    75         if(i != ihdr->wCount -1) {
    76                 bafh->offNext = (int)&bafh->bfh2 - (int)orgbafh + winres->getSize();
    77         }
    78         else    bafh->offNext = 0;
    7975
    8076        iconhdr = (WINBITMAPINFOHEADER *)winres->lockResource();
     
    8783                continue;
    8884        }
     85
     86        if(i != ihdr->wCount -1) {
     87                bafh->offNext = (int)&bafh->bfh2 - (int)orgbafh + os2iconsize;
     88        }
     89        else    bafh->offNext = 0;
    8990
    9091        memcpy((char *)&bafh->bfh2, os2icon, os2iconsize);
Note: See TracChangeset for help on using the changeset viewer.