Changeset 334 for trunk/src/user32/new/button.cpp
- Timestamp:
- Jul 18, 1999, 10:41:13 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/button.cpp
r333 r334 11 11 - window words not right implemented 12 12 - update checkboxes.bmp to Win9x style 13 - LoadBitmapA() doesn't work with native resources14 13 */ 15 14 … … 121 120 BITMAP bmp; 122 121 123 hbitmapCheckBoxes = LoadBitmapA(0,MAKEINTRESOURCEA(OBM_CHECKBOXES));122 hbitmapCheckBoxes = NativeLoadBitmap(0,MAKEINTRESOURCEA(OBM_CHECKBOXES)); 124 123 GetObjectA( hbitmapCheckBoxes, sizeof(bmp), &bmp ); 125 124 checkBoxWidth = bmp.bmWidth / 4;
Note:
See TracChangeset
for help on using the changeset viewer.