Changeset 1794 for trunk/src/user32/button.cpp
- Timestamp:
- Nov 21, 1999, 3:04:11 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/button.cpp
r1762 r1794 1 /* $Id: button.cpp,v 1.1 8 1999-11-17 17:04:51 cbratschiExp $ */1 /* $Id: button.cpp,v 1.19 1999-11-21 14:04:10 achimha Exp $ */ 2 2 /* File: button.cpp -- Button type widgets 3 3 * … … 18 18 #include <misc.h> 19 19 #include "initterm.h" 20 21 #ifdef DEBUG 22 char *GetMsgText(int Msg); 23 #endif 20 24 21 25 //Prototypes … … 536 540 LRESULT WINAPI ButtonWndProc(HWND hwnd,UINT uMsg,WPARAM wParam,LPARAM lParam) 537 541 { 542 // dprintf(("ButtonWndProc hwnd: %04x, msg %s, wp %08x lp %08lx\n", 543 // hwnd, GetMsgText(uMsg), wParam, lParam)); 544 538 545 switch (uMsg) 539 546 {
Note:
See TracChangeset
for help on using the changeset viewer.