Changeset 46 for trunk/src/user32


Ignore:
Timestamp:
Jun 7, 1999, 10:58:22 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

Location:
trunk/src/user32
Files:
27 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/DLGCONVERT.H

    r4 r46  
    1 /* $Id: DLGCONVERT.H,v 1.1 1999-05-24 20:19:59 ktk Exp $ */
    2 
    31/*
    42 *
  • trunk/src/user32/HOOK.CPP

    r4 r46  
    1 /* $Id: HOOK.CPP,v 1.1 1999-05-24 20:19:59 ktk Exp $ */
    2 
    31/*
    42 * Win32 hook API functions for OS/2
  • trunk/src/user32/IMAGE.H

    r4 r46  
    1 /* $Id: IMAGE.H,v 1.1 1999-05-24 20:19:59 ktk Exp $ */
    2 
    31#ifndef __IMAGE_H__
    42#define __IMAGE_H__
  • trunk/src/user32/Makefile

    r4 r46  
    1 # $Id: Makefile,v 1.1 1999-05-24 20:19:59 ktk Exp $
    2 
    31#
    42# PD-Win32 API
     
    6866              $(PDWIN32_INCLUDE)\wndproc.h $(PDWIN32_INCLUDE)\wndclass.h
    6967
    70 initterm.obj: initterm.c
     68initterm.obj: initterm.cpp
    7169
    7270
  • trunk/src/user32/RESSTRING.C

    r4 r46  
    1 /* $Id: RESSTRING.C,v 1.1 1999-05-24 20:19:59 ktk Exp $ */
    2 
    31/*
    42 *
  • trunk/src/user32/RESSTRING.H

    r4 r46  
    1 /* $Id: RESSTRING.H,v 1.1 1999-05-24 20:19:59 ktk Exp $ */
    2 
    31/*
    42 *
  • trunk/src/user32/SYSCLR.CPP

    r4 r46  
    1 /* $Id: SYSCLR.CPP,v 1.1 1999-05-24 20:19:59 ktk Exp $ */
    2 
    31/*
    42 * Win32 system color API functions for OS/2
  • trunk/src/user32/SYSCLR.H

    r4 r46  
    1 /* $Id: SYSCLR.H,v 1.1 1999-05-24 20:20:00 ktk Exp $ */
    2 
    31/*
    42 *
  • trunk/src/user32/USER32.DEF

    r44 r46  
    593593    CreateWindowProc                    @2000
    594594    GetOS2Callback__15Win32WindowProcFv @2001
    595 
    596595; Wine helper function
    597596    GetSysColorPen              = _GetSysColorPen@4              @2002
  • trunk/src/user32/USRCALL.CPP

    r4 r46  
    1 /* $Id: USRCALL.CPP,v 1.1 1999-05-24 20:20:00 ktk Exp $ */
    2 
    31/*
    42 *
  • trunk/src/user32/USRCALL.H

    r4 r46  
    1 /* $Id: USRCALL.H,v 1.1 1999-05-24 20:20:00 ktk Exp $ */
    2 
    31/*
    42 *
  • trunk/src/user32/char.cpp

    r4 r46  
    1 /* $Id: char.cpp,v 1.1 1999-05-24 20:20:01 ktk Exp $ */
    2 
    31/*
    42 * Win32 character API functions for OS/2
  • trunk/src/user32/dde.cpp

    r4 r46  
    1 /* $Id: dde.cpp,v 1.1 1999-05-24 20:20:01 ktk Exp $ */
    2 
    31/*
    42 * Win32 default window API functions for OS/2
  • trunk/src/user32/dialog.cpp

    r17 r46  
    1 /* $Id: dialog.cpp,v 1.2 1999-05-31 22:08:14 phaller Exp $ */
    2 
    31/*
    42 * Win32 dialog API functions for OS/2
     
    1210#include <os2win.h>
    1311#include <nameid.h>
    14 #include <misc.h>
    15 
    1612#include "user32.h"
    1713#include "wndproc.h"
  • trunk/src/user32/dlgconvert.cpp

    r4 r46  
    1 /* $Id: dlgconvert.cpp,v 1.1 1999-05-24 20:20:01 ktk Exp $ */
    2 
    31/*
    42 * Win32 runtime dialog conversion functions for OS/2
  • trunk/src/user32/hooks.cpp

    r4 r46  
    1 /* $Id: hooks.cpp,v 1.1 1999-05-24 20:20:01 ktk Exp $ */
    2 
    31/*
    42 * Win32 hook class for OS/2
  • trunk/src/user32/hooks.h

    r4 r46  
    1 /* $Id: hooks.h,v 1.1 1999-05-24 20:20:01 ktk Exp $ */
    2 
    31/*
    42 *
  • trunk/src/user32/icon.cpp

    r4 r46  
    1 /* $Id: icon.cpp,v 1.1 1999-05-24 20:20:01 ktk Exp $ */
    2 
    31/*
    42 *
  • trunk/src/user32/icon.h

    r4 r46  
    1 /* $Id: icon.h,v 1.1 1999-05-24 20:20:01 ktk Exp $ */
    2 
    31/*
    42 *
  • trunk/src/user32/loadres.cpp

    r17 r46  
    1 /* $Id: loadres.cpp,v 1.2 1999-05-31 22:08:15 phaller Exp $ */
    2 
    31/*
    42 *
     
    1311 */
    1412#include <os2win.h>
    15 #include <misc.h>
    16 
    1713#include "user32.h"
    1814#include "resstring.h"
  • trunk/src/user32/menu.cpp

    r17 r46  
    1 /* $Id: menu.cpp,v 1.2 1999-05-31 22:08:15 phaller Exp $ */
    2 
    31/*
    42 * Win32 menu API functions for OS/2
     
    1614 *
    1715 */
    18 
    19 #include <os2win.h>
    20 #include <misc.h>
    2116#include "user32.h"
    22 
    2317
    2418//******************************************************************************
  • trunk/src/user32/user32.h

    r17 r46  
    1 /* $Id: user32.h,v 1.2 1999-05-31 22:08:16 phaller Exp $ */
    2 
    31/*****************************************************************************
    42 * Name      : USER32.H
     
    1210
    1311#include <os2win.h>
    14 #include "misc.h"
    15 
    1612#include <nameid.h>
    1713#include <stdlib.h>
  • trunk/src/user32/user32exp.def

    r44 r46  
    596596CreateWindowProc                        @2000
    597597GetOS2Callback__15Win32WindowProcFv     @2001
     598_GetSysColorPen@4                       @2002
    598599
    599 _GetSysColorPen@4                       @2002
     600
  • trunk/src/user32/wndclass.cpp

    r4 r46  
    1 /* $Id: wndclass.cpp,v 1.1 1999-05-24 20:20:00 ktk Exp $ */
    2 
    31/*
    42 * Win32 Window Class Managment Code for OS/2
     
    9290 WNDCLASSA wndclass;
    9391
    94    if(GetClassInfoA(NULL, "BUTTON", &wndclass)) {
     92   if(O32_GetClassInfo(NULL, "BUTTON", &wndclass)) {
    9593        new Win32WindowClass(ButtonCallback, "BUTTON", hModule);
    9694        ButtonHandler = (WNDPROC_O32)wndclass.lpfnWndProc;
    9795   }
    98    if(GetClassInfoA(NULL, "LISTBOX", &wndclass)) {
     96   if(O32_GetClassInfo(NULL, "LISTBOX", &wndclass)) {
    9997        new Win32WindowClass(ListboxCallback, "LISTBOX", hModule);
    10098        ListboxHandler = (WNDPROC_O32)wndclass.lpfnWndProc;
    10199   }
    102    if(GetClassInfoA(NULL, "COMBOBOX", &wndclass)) {
     100   if(O32_GetClassInfo(NULL, "COMBOBOX", &wndclass)) {
    103101        new Win32WindowClass(ComboboxCallback, "COMBOBOX", hModule);
    104102        ComboboxHandler = (WNDPROC_O32)wndclass.lpfnWndProc;
    105103   }
    106    if(GetClassInfoA(NULL, "EDIT", &wndclass)) {
     104   if(O32_GetClassInfo(NULL, "EDIT", &wndclass)) {
    107105        new Win32WindowClass(EditCallback, "EDIT", hModule);
    108106        EditHandler = (WNDPROC_O32)wndclass.lpfnWndProc;
    109107   }
    110    if(GetClassInfoA(NULL, "MDICLIENT", &wndclass)) {
     108   if(O32_GetClassInfo(NULL, "MDICLIENT", &wndclass)) {
    111109        new Win32WindowClass(MdiClientCallback, "MDICLIENT", hModule);
    112110        MdiClientHandler = (WNDPROC_O32)wndclass.lpfnWndProc;
    113111   }
    114    if(GetClassInfoA(NULL, "SCROLLBAR", &wndclass)) {
     112   if(O32_GetClassInfo(NULL, "SCROLLBAR", &wndclass)) {
    115113        new Win32WindowClass(ScrollbarCallback, "SCROLLBAR", hModule);
    116114        ScrollbarHandler = (WNDPROC_O32)wndclass.lpfnWndProc;
    117115   }
    118    if(GetClassInfoA(NULL, "STATIC", &wndclass)) {
     116   if(O32_GetClassInfo(NULL, "STATIC", &wndclass)) {
    119117        new Win32WindowClass(StaticCallback, "STATIC", hModule);
    120118        StaticHandler = (WNDPROC_O32)wndclass.lpfnWndProc;
  • trunk/src/user32/wndproc.cpp

    r34 r46  
    1 /* $Id: wndproc.cpp,v 1.2 1999-06-02 16:00:38 cbratschi Exp $ */
    2 
    31/*
    42 *
     
    9492{
    9593  Win32WindowProc *window = Win32WindowProc::windows;
    96 
     94 
    9795  /* @@@PH 98/07/13 what's this whole code good for ? */
    98   if(window == this)
     96  if(window == this) 
    9997  {
    10098    windows = next;
    10199  }
    102   else
     100  else 
    103101  {
    104102    /* @@@PH 98/07/13 window can be NULL */
    105103    if (window != NULL)
    106       while(window->next != NULL)
     104      while(window->next != NULL) 
    107105      {
    108         if(window->next == this)
     106        if(window->next == this) 
    109107        {
    110108          window->next = next;
     
    114112      }
    115113  }
    116 
    117   if(os2dlg)
     114 
     115  if(os2dlg) 
    118116  {
    119117    DeleteWin32DlgTemplate(os2dlg);
     
    240238                        lParam = MapOEMToRealKey(wParam, lParam);
    241239                }
    242 #ifdef DEBUG1
     240#ifdef DEBUG
    243241                WriteLog("***************Message %s for window/dialog %X\n", GetMsgText(Msg), hwnd);
    244242#endif
  • trunk/src/user32/wndsubproc.cpp

    r4 r46  
    1 /* $Id: wndsubproc.cpp,v 1.1 1999-05-24 20:20:00 ktk Exp $ */
    2 
    31/*
    42 * Win32 window subproc class for OS/2
  • trunk/src/user32/wndsubproc.h

    r4 r46  
    1 /* $Id: wndsubproc.h,v 1.1 1999-05-24 20:20:00 ktk Exp $ */
    2 
    31/*
    42 *
Note: See TracChangeset for help on using the changeset viewer.