Changeset 46 for trunk/src/user32
- Timestamp:
- Jun 7, 1999, 10:58:22 PM (26 years ago)
- 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 3 1 /* 4 2 * -
trunk/src/user32/HOOK.CPP
r4 r46 1 /* $Id: HOOK.CPP,v 1.1 1999-05-24 20:19:59 ktk Exp $ */2 3 1 /* 4 2 * 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 3 1 #ifndef __IMAGE_H__ 4 2 #define __IMAGE_H__ -
trunk/src/user32/Makefile
r4 r46 1 # $Id: Makefile,v 1.1 1999-05-24 20:19:59 ktk Exp $2 3 1 # 4 2 # PD-Win32 API … … 68 66 $(PDWIN32_INCLUDE)\wndproc.h $(PDWIN32_INCLUDE)\wndclass.h 69 67 70 initterm.obj: initterm.c 68 initterm.obj: initterm.cpp 71 69 72 70 -
trunk/src/user32/RESSTRING.C
r4 r46 1 /* $Id: RESSTRING.C,v 1.1 1999-05-24 20:19:59 ktk Exp $ */2 3 1 /* 4 2 * -
trunk/src/user32/RESSTRING.H
r4 r46 1 /* $Id: RESSTRING.H,v 1.1 1999-05-24 20:19:59 ktk Exp $ */2 3 1 /* 4 2 * -
trunk/src/user32/SYSCLR.CPP
r4 r46 1 /* $Id: SYSCLR.CPP,v 1.1 1999-05-24 20:19:59 ktk Exp $ */2 3 1 /* 4 2 * 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 3 1 /* 4 2 * -
trunk/src/user32/USER32.DEF
r44 r46 593 593 CreateWindowProc @2000 594 594 GetOS2Callback__15Win32WindowProcFv @2001 595 596 595 ; Wine helper function 597 596 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 3 1 /* 4 2 * -
trunk/src/user32/USRCALL.H
r4 r46 1 /* $Id: USRCALL.H,v 1.1 1999-05-24 20:20:00 ktk Exp $ */2 3 1 /* 4 2 * -
trunk/src/user32/char.cpp
r4 r46 1 /* $Id: char.cpp,v 1.1 1999-05-24 20:20:01 ktk Exp $ */2 3 1 /* 4 2 * 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 3 1 /* 4 2 * 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 3 1 /* 4 2 * Win32 dialog API functions for OS/2 … … 12 10 #include <os2win.h> 13 11 #include <nameid.h> 14 #include <misc.h>15 16 12 #include "user32.h" 17 13 #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 3 1 /* 4 2 * 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 3 1 /* 4 2 * 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 3 1 /* 4 2 * -
trunk/src/user32/icon.cpp
r4 r46 1 /* $Id: icon.cpp,v 1.1 1999-05-24 20:20:01 ktk Exp $ */2 3 1 /* 4 2 * -
trunk/src/user32/icon.h
r4 r46 1 /* $Id: icon.h,v 1.1 1999-05-24 20:20:01 ktk Exp $ */2 3 1 /* 4 2 * -
trunk/src/user32/loadres.cpp
r17 r46 1 /* $Id: loadres.cpp,v 1.2 1999-05-31 22:08:15 phaller Exp $ */2 3 1 /* 4 2 * … … 13 11 */ 14 12 #include <os2win.h> 15 #include <misc.h>16 17 13 #include "user32.h" 18 14 #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 3 1 /* 4 2 * Win32 menu API functions for OS/2 … … 16 14 * 17 15 */ 18 19 #include <os2win.h>20 #include <misc.h>21 16 #include "user32.h" 22 23 17 24 18 //****************************************************************************** -
trunk/src/user32/user32.h
r17 r46 1 /* $Id: user32.h,v 1.2 1999-05-31 22:08:16 phaller Exp $ */2 3 1 /***************************************************************************** 4 2 * Name : USER32.H … … 12 10 13 11 #include <os2win.h> 14 #include "misc.h"15 16 12 #include <nameid.h> 17 13 #include <stdlib.h> -
trunk/src/user32/user32exp.def
r44 r46 596 596 CreateWindowProc @2000 597 597 GetOS2Callback__15Win32WindowProcFv @2001 598 _GetSysColorPen@4 @2002 598 599 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 3 1 /* 4 2 * Win32 Window Class Managment Code for OS/2 … … 92 90 WNDCLASSA wndclass; 93 91 94 if( GetClassInfoA(NULL, "BUTTON", &wndclass)) {92 if(O32_GetClassInfo(NULL, "BUTTON", &wndclass)) { 95 93 new Win32WindowClass(ButtonCallback, "BUTTON", hModule); 96 94 ButtonHandler = (WNDPROC_O32)wndclass.lpfnWndProc; 97 95 } 98 if( GetClassInfoA(NULL, "LISTBOX", &wndclass)) {96 if(O32_GetClassInfo(NULL, "LISTBOX", &wndclass)) { 99 97 new Win32WindowClass(ListboxCallback, "LISTBOX", hModule); 100 98 ListboxHandler = (WNDPROC_O32)wndclass.lpfnWndProc; 101 99 } 102 if( GetClassInfoA(NULL, "COMBOBOX", &wndclass)) {100 if(O32_GetClassInfo(NULL, "COMBOBOX", &wndclass)) { 103 101 new Win32WindowClass(ComboboxCallback, "COMBOBOX", hModule); 104 102 ComboboxHandler = (WNDPROC_O32)wndclass.lpfnWndProc; 105 103 } 106 if( GetClassInfoA(NULL, "EDIT", &wndclass)) {104 if(O32_GetClassInfo(NULL, "EDIT", &wndclass)) { 107 105 new Win32WindowClass(EditCallback, "EDIT", hModule); 108 106 EditHandler = (WNDPROC_O32)wndclass.lpfnWndProc; 109 107 } 110 if( GetClassInfoA(NULL, "MDICLIENT", &wndclass)) {108 if(O32_GetClassInfo(NULL, "MDICLIENT", &wndclass)) { 111 109 new Win32WindowClass(MdiClientCallback, "MDICLIENT", hModule); 112 110 MdiClientHandler = (WNDPROC_O32)wndclass.lpfnWndProc; 113 111 } 114 if( GetClassInfoA(NULL, "SCROLLBAR", &wndclass)) {112 if(O32_GetClassInfo(NULL, "SCROLLBAR", &wndclass)) { 115 113 new Win32WindowClass(ScrollbarCallback, "SCROLLBAR", hModule); 116 114 ScrollbarHandler = (WNDPROC_O32)wndclass.lpfnWndProc; 117 115 } 118 if( GetClassInfoA(NULL, "STATIC", &wndclass)) {116 if(O32_GetClassInfo(NULL, "STATIC", &wndclass)) { 119 117 new Win32WindowClass(StaticCallback, "STATIC", hModule); 120 118 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 3 1 /* 4 2 * … … 94 92 { 95 93 Win32WindowProc *window = Win32WindowProc::windows; 96 94 97 95 /* @@@PH 98/07/13 what's this whole code good for ? */ 98 if(window == this) 96 if(window == this) 99 97 { 100 98 windows = next; 101 99 } 102 else 100 else 103 101 { 104 102 /* @@@PH 98/07/13 window can be NULL */ 105 103 if (window != NULL) 106 while(window->next != NULL) 104 while(window->next != NULL) 107 105 { 108 if(window->next == this) 106 if(window->next == this) 109 107 { 110 108 window->next = next; … … 114 112 } 115 113 } 116 117 if(os2dlg) 114 115 if(os2dlg) 118 116 { 119 117 DeleteWin32DlgTemplate(os2dlg); … … 240 238 lParam = MapOEMToRealKey(wParam, lParam); 241 239 } 242 #ifdef DEBUG 1240 #ifdef DEBUG 243 241 WriteLog("***************Message %s for window/dialog %X\n", GetMsgText(Msg), hwnd); 244 242 #endif -
trunk/src/user32/wndsubproc.cpp
r4 r46 1 /* $Id: wndsubproc.cpp,v 1.1 1999-05-24 20:20:00 ktk Exp $ */2 3 1 /* 4 2 * 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 3 1 /* 4 2 *
Note:
See TracChangeset
for help on using the changeset viewer.