Changeset 10285 for trunk/src


Ignore:
Timestamp:
Oct 22, 2003, 2:43:51 PM (22 years ago)
Author:
sandervl
Message:

Use WC_FRAME for the Odin frame window and subclass it; Updates for new keyboard hook

Location:
trunk/src/user32
Files:
2 edited

Legend:

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

    r10284 r10285  
    1 /* $Id: pmwindow.cpp,v 1.222 2003-10-22 12:43:14 sandervl Exp $ */
     1/* $Id: pmwindow.cpp,v 1.223 2003-10-22 12:43:51 sandervl Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    6363#include "dbglocal.h"
    6464
     65#define ODIN_SetExceptionHandler(a)
     66#define ODIN_UnsetExceptionHandler(a)
     67
    6568
    6669// Notification that focus change has completed (UNDOCUMENTED)
  • trunk/src/user32/pmwindow.h

    r9964 r10285  
    1 /* $Id: pmwindow.h,v 1.20 2003-04-01 09:58:38 sandervl Exp $ */
     1/* $Id: pmwindow.h,v 1.21 2003-10-22 12:43:14 sandervl Exp $ */
    22/*
    33 * Win32 Window Managment Code for OS/2
     
    1111#include <win32wbase.h>
    1212
    13 extern char WIN32_CDCLASS[255];
    1413extern char WIN32_STDCLASS[255];
    15 extern char WIN32_STDFRAMECLASS[255];
    1614
    1715#define TIMERID_DRIVEPOLL       0x1717
Note: See TracChangeset for help on using the changeset viewer.