Changeset 2394 for trunk/src/user32/pmtitlebar.cpp
- Timestamp:
- Jan 9, 2000, 8:46:27 PM (26 years ago)
- 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:03sandervl Exp $ */1 /* $Id: pmtitlebar.cpp,v 1.4 2000-01-09 19:46:25 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Titlebar Managment Code for OS/2 … … 108 108 109 109 default: 110 if(msg == TBM_SETHILITE || msg == WM_ERASEBACKGROUND) 111 goto RunDefWndProc; 110 112 goto RunDefTitleBarProc; 111 113 }
Note:
See TracChangeset
for help on using the changeset viewer.