Ignore:
Timestamp:
Jun 2, 1999, 6:00:38 PM (26 years ago)
Author:
cbratschi
Message:

a

File:
1 edited

Legend:

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

    r4 r34  
    1 /* $Id: wndproc.cpp,v 1.1 1999-05-24 20:20:00 ktk Exp $ */
     1/* $Id: wndproc.cpp,v 1.2 1999-06-02 16:00:38 cbratschi Exp $ */
    22
    33/*
     
    9494{
    9595  Win32WindowProc *window = Win32WindowProc::windows;
    96  
     96
    9797  /* @@@PH 98/07/13 what's this whole code good for ? */
    98   if(window == this) 
     98  if(window == this)
    9999  {
    100100    windows = next;
    101101  }
    102   else 
     102  else
    103103  {
    104104    /* @@@PH 98/07/13 window can be NULL */
    105105    if (window != NULL)
    106       while(window->next != NULL) 
     106      while(window->next != NULL)
    107107      {
    108         if(window->next == this) 
     108        if(window->next == this)
    109109        {
    110110          window->next = next;
     
    114114      }
    115115  }
    116  
    117   if(os2dlg) 
     116
     117  if(os2dlg)
    118118  {
    119119    DeleteWin32DlgTemplate(os2dlg);
Note: See TracChangeset for help on using the changeset viewer.