Changeset 9580 for trunk/src


Ignore:
Timestamp:
Jan 1, 2003, 7:46:15 PM (23 years ago)
Author:
sandervl
Message:

min/max button recreation doesn't work (hang during destruction probably)

File:
1 edited

Legend:

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

    r9578 r9580  
    1 /* $Id: oslibwin.cpp,v 1.133 2003-01-01 18:15:04 sandervl Exp $ */
     1/* $Id: oslibwin.cpp,v 1.134 2003-01-01 18:46:15 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    10701070                        if(WinIsMenuItemValid(hwndMinMax, SC_MINIMIZE) == FALSE) {
    10711071                            //recreate mimize button
    1072                             OSFrameStyle |= FCF_MINBUTTON;
     1072//TODO: this method doesn't work (hang during destruction probably)
     1073//                            OSFrameStyle |= FCF_MINBUTTON;
    10731074                        }
    10741075                    }
     
    10861087                        if(WinIsMenuItemValid(hwndMinMax, SC_MAXIMIZE) == FALSE) {
    10871088                            //recreate maximize button
    1088                             OSFrameStyle |= FCF_MAXBUTTON;
     1089//TODO: this method doesn't work (hang during destruction probably)
     1090//                            OSFrameStyle |= FCF_MAXBUTTON;
    10891091                        }
    10901092                    }
Note: See TracChangeset for help on using the changeset viewer.