Ignore:
Timestamp:
Oct 9, 1999, 9:12:03 PM (26 years ago)
Author:
sandervl
Message:

Dummy desktop window handler set

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32wdesktop.cpp

    r1176 r1234  
    1 /* $Id: win32wdesktop.cpp,v 1.2 1999-10-07 23:21:31 sandervl Exp $ */
     1/* $Id: win32wdesktop.cpp,v 1.3 1999-10-09 19:12:03 sandervl Exp $ */
    22/*
    33 * Win32 Desktop Window for OS/2
     
    5151  /* Find the window class */
    5252  windowClass = Win32WndClass::FindClass(-1, (LPSTR)DESKTOP_CLASS_ATOM);
     53
     54  setWindowProc(windowClass->getWindowProc());
    5355}
    5456//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.