Ignore:
Timestamp:
Oct 20, 2003, 7:17:23 PM (22 years ago)
Author:
sandervl
Message:

PM windows should have no owner if none is specified. (instead of their parent)

File:
1 edited

Legend:

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

    r10216 r10275  
    1 /* $Id: oslibmsgtranslate.cpp,v 1.115 2003-08-08 13:30:19 sandervl Exp $ */
     1/* $Id: oslibmsgtranslate.cpp,v 1.116 2003-10-20 17:17:21 sandervl Exp $ */
    22/*
    33 * Window message translation functions for OS/2
     
    6868{
    6969  // check if the single slot is occupied already
    70   if (teb->o.odin.fTranslated == TRUE)
    71     // there's still an already translated message to be processed
    72     return FALSE;
     70  if (teb->o.odin.fTranslated == TRUE) {
     71      // there's still an already translated message to be processed
     72      dprintf(("WARNING: translated message already pending!"));
     73      return FALSE;
     74  }
    7375
    7476  teb->o.odin.fTranslated = TRUE;
Note: See TracChangeset for help on using the changeset viewer.