Changeset 1026 for trunk/src


Ignore:
Timestamp:
Sep 23, 1999, 6:45:00 PM (26 years ago)
Author:
sandervl
Message:

Bugfix for all common dialogs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comdlg32/comdlg32.cpp

    r583 r1026  
    1 /* $Id: comdlg32.cpp,v 1.9 1999-08-19 16:41:40 cbratschi Exp $ */
     1/* $Id: comdlg32.cpp,v 1.10 1999-09-23 16:45:00 sandervl Exp $ */
    22
    33/*
     
    2323#include <odinwrap.h>
    2424#include <wndproc.h>
    25 
     25#include <win32wnd.h>
    2626
    2727ODINDEBUGCHANNEL(COMDLG32)
    28 
    2928
    3029#define COMDLG32_CHECKHOOK(a,b,c)           \
     
    3635                                            \
    3736    a->lpfnHook = (c)Win32WindowProc::GetOS2Callback();\
    38  }
     37  } \
     38  a->hwndOwner = Win32ToOS2Handle(a->hwndOwner);
    3939
    4040#define COMDLG32_CHECKHOOK2(a,b,c,d)        \
     
    4646                                            \
    4747    a->d = (c)Win32WindowProc::GetOS2Callback();\
    48  }
     48  } \
     49  a->hwndOwner = Win32ToOS2Handle(a->hwndOwner);
    4950
    5051
Note: See TracChangeset for help on using the changeset viewer.