Changeset 2422


Ignore:
Timestamp:
Jan 12, 2000, 8:43:58 PM (25 years ago)
Author:
sandervl
Message:

commented out WM_CALCVALIDRECTS handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/user32/new/pmwindow.cpp

    r2421 r2422  
    1 /* $Id: pmwindow.cpp,v 1.37 2000-01-12 17:37:29 cbratschi Exp $ */
     1/* $Id: pmwindow.cpp,v 1.38 2000-01-12 19:43:58 sandervl Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    295295    }
    296296
     297#if 0
    297298    case WM_CALCVALIDRECTS:
    298299    {
     
    316317      return (MRESULT)res;
    317318    }
     319#endif
    318320
    319321    case WM_SETFOCUS:
Note: See TracChangeset for help on using the changeset viewer.