Changeset 4038

Show
Ignore:
Timestamp:
2006年02月20日 19時41分01秒 (3 years ago)
Author:
horiguti
Message:

* image.c (mw32_cross_disabled_image): Fix asymmetric usage of
GET_FRAME_HDC () and RELEASE_FRAME_HDC ().

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/ChangeLog.Meadow

    r4037 r4038  
     12006-02-20  Kyotaro HORIGUCHI  <horiguti@meadowy.org> 
     2 
     3        * image.c (mw32_cross_disabled_image): Fix asymmetric usage of 
     4        GET_FRAME_HDC () and RELEASE_FRAME_HDC (). 
     5 
    162006-02-15  MIYOSHI Masanori  <miyoshi@meadowy.org> 
    27 
  • trunk/src/image.c

    r4037 r4038  
    51235123     struct image *img; 
    51245124{ 
    5125   HDC hdc = GET_FRAME_HDC (f)
     5125  HDC hdc
    51265126  HDC hCompatDC; 
    51275127  HBITMAP hbmp, hbmpmask; 
     
    51325132 
    51335133  if (!cross_disabled_images) return; 
     5134 
     5135  hdc = GET_FRAME_HDC (f); 
    51345136 
    51355137  hCompatDC = CreateCompatibleDC (hdc);