Ignore:
Timestamp:
Oct 14, 1999, 9:31:32 PM (26 years ago)
Author:
sandervl
Message:

Window rectange fixes + partly implemented CopyImage

File:
1 edited

Legend:

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

    r1267 r1299  
    1 /* $Id: user32.cpp,v 1.41 1999-10-13 16:02:42 phaller Exp $ */
     1/* $Id: user32.cpp,v 1.42 1999-10-14 19:31:31 sandervl Exp $ */
    22
    33/*
     
    23172317#endif
    23182318
    2319 /* Resource Functions */
    2320 
    2321 HANDLE WIN32API CopyImage(HANDLE hImage, UINT uType, int cxDesired, int cyDesired, UINT fuFlags)
    2322 {
    2323 #ifdef DEBUG
    2324   WriteLog("USER32:  CopyImage, not implemented\n");
    2325 #endif
    2326   switch(uType) {
    2327     case IMAGE_BITMAP:
    2328     case IMAGE_CURSOR:
    2329     case IMAGE_ICON:
    2330     default:
    2331 #ifdef DEBUG
    2332         WriteLog("USER32:  CopyImage, unknown type\n");
    2333 #endif
    2334         return(NULL);
    2335   }
    2336   return(NULL);
    2337 }
    2338 
    23392319/* Icon Functions */
    23402320
Note: See TracChangeset for help on using the changeset viewer.