Changeset 1433 for trunk/src/user32/scroll.cpp
- Timestamp:
- Oct 25, 1999, 12:56:11 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/scroll.cpp
r1425 r1433 1 /* $Id: scroll.cpp,v 1.1 4 1999-10-23 23:04:38sandervl Exp $ */1 /* $Id: scroll.cpp,v 1.15 1999-10-24 22:56:07 sandervl Exp $ */ 2 2 /* 3 3 * Scrollbar control … … 1804 1804 WNDCLASSA wndClass; 1805 1805 1806 if (GlobalFindAtomA(SCROLLBARCLASSNAME)) return FALSE; 1806 //SvL: Don't check this now 1807 // if (GlobalFindAtomA(SCROLLBARCLASSNAME)) return FALSE; 1807 1808 1808 1809 ZeroMemory(&wndClass,sizeof(WNDCLASSA));
Note:
See TracChangeset
for help on using the changeset viewer.