Changeset 2292 for trunk/src/user32/new/controls.cpp
- Timestamp:
- Jan 2, 2000, 8:30:47 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/controls.cpp
r2290 r2292 1 /* $Id: controls.cpp,v 1.1 3 2000-01-01 14:57:10cbratschi Exp $ */1 /* $Id: controls.cpp,v 1.14 2000-01-02 19:30:42 cbratschi Exp $ */ 2 2 /* File: controls.cpp -- Win32 common controls 3 3 * … … 116 116 117 117 118 BOOL WIDGETS_IsControl(Win32BaseWindow *window, int control)118 BOOL CONTROLS_IsControl(Win32BaseWindow *window, int control) 119 119 { 120 120 if(control >= MAX_CONTROLS || window == NULL || window->getClass() == NULL)
Note:
See TracChangeset
for help on using the changeset viewer.