Ignore:
Timestamp:
Jan 14, 2001, 6:15:47 PM (25 years ago)
Author:
sandervl
Message:

listbox, combobox and notifyframe fixes

File:
1 edited

Legend:

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

    r4848 r4945  
    1 /* $Id: pmwindow.cpp,v 1.111 2000-12-29 18:39:58 sandervl Exp $ */
     1/* $Id: pmwindow.cpp,v 1.112 2001-01-14 17:15:46 sandervl Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    166166        goto RunDefWndProc;
    167167    }
     168////    if(teb->o.odin.fIgnoreMsgs) {
     169////        goto RunDefWndProc;
     170////    }
    168171
    169172    if((teb->o.odin.msgstate & 1) == 0)
     
    988991        goto RunDefFrameWndProc;
    989992    }
     993////    if(teb->o.odin.fIgnoreMsgs) {
     994////        goto RunDefWndProc;
     995////    }
    990996
    991997    if((teb->o.odin.msgstate & 1) == 0)
Note: See TracChangeset for help on using the changeset viewer.