Ignore:
Timestamp:
Jun 7, 1999, 10:58:22 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

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

    r34 r46  
    1 /* $Id: wndproc.cpp,v 1.2 1999-06-02 16:00:38 cbratschi Exp $ */
    2 
    31/*
    42 *
     
    9492{
    9593  Win32WindowProc *window = Win32WindowProc::windows;
    96 
     94 
    9795  /* @@@PH 98/07/13 what's this whole code good for ? */
    98   if(window == this)
     96  if(window == this) 
    9997  {
    10098    windows = next;
    10199  }
    102   else
     100  else 
    103101  {
    104102    /* @@@PH 98/07/13 window can be NULL */
    105103    if (window != NULL)
    106       while(window->next != NULL)
     104      while(window->next != NULL) 
    107105      {
    108         if(window->next == this)
     106        if(window->next == this) 
    109107        {
    110108          window->next = next;
     
    114112      }
    115113  }
    116 
    117   if(os2dlg)
     114 
     115  if(os2dlg) 
    118116  {
    119117    DeleteWin32DlgTemplate(os2dlg);
     
    240238                        lParam = MapOEMToRealKey(wParam, lParam);
    241239                }
    242 #ifdef DEBUG1
     240#ifdef DEBUG
    243241                WriteLog("***************Message %s for window/dialog %X\n", GetMsgText(Msg), hwnd);
    244242#endif
Note: See TracChangeset for help on using the changeset viewer.