Ignore:
Timestamp:
Jan 9, 2000, 8:46:27 PM (26 years ago)
Author:
sandervl
Message:

titlebar fix + gradient titlebar look

File:
1 edited

Legend:

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

    r2384 r2394  
    1 /* $Id: pmtitlebar.cpp,v 1.3 2000-01-09 15:56:03 sandervl Exp $ */
     1/* $Id: pmtitlebar.cpp,v 1.4 2000-01-09 19:46:25 sandervl Exp $ */
    22/*
    33 * Win32 Titlebar Managment Code for OS/2
     
    108108
    109109  default:
     110        if(msg == TBM_SETHILITE || msg == WM_ERASEBACKGROUND)
     111                goto RunDefWndProc;
    110112        goto RunDefTitleBarProc;
    111113  }
Note: See TracChangeset for help on using the changeset viewer.