Changeset 96 for trunk/src/user32


Ignore:
Timestamp:
Jun 10, 1999, 6:56:36 PM (26 years ago)
Author:
phaller
Message:

Add: added cvs variable $Id$ to source files.

Location:
trunk/src/user32
Files:
28 edited

Legend:

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

    r46 r96  
     1/* $Id: DLGCONVERT.H,v 1.3 1999-06-10 16:50:35 phaller Exp $ */
     2
    13/*
    2  *
    34 * Project Odin Software License can be found in LICENSE.TXT
    4  *
    55 */
    66#ifndef __DLGCONVERT_H__
  • trunk/src/user32/HOOK.CPP

    r46 r96  
     1/* $Id: HOOK.CPP,v 1.3 1999-06-10 16:50:35 phaller Exp $ */
     2
    13/*
    24 * Win32 hook API functions for OS/2
  • trunk/src/user32/IMAGE.H

    r46 r96  
     1/* $Id: IMAGE.H,v 1.3 1999-06-10 16:50:35 phaller Exp $ */
     2
    13#ifndef __IMAGE_H__
    24#define __IMAGE_H__
     
    1820#define LR_LOADMAP3DCOLORS  0x1000
    1921#define LR_CREATEDIBSECTION 0x2000
    20 #define LR_COPYFROMRESOURCE 0x4000     
    21 #define LR_SHARED           0x8000     
     22#define LR_COPYFROMRESOURCE 0x4000
     23#define LR_SHARED           0x8000
    2224
    2325#endif
  • trunk/src/user32/Makefile

    r46 r96  
     1# $Id: Makefile,v 1.3 1999-06-10 16:50:35 phaller Exp $
     2
    13#
    24# PD-Win32 API
  • trunk/src/user32/RESSTRING.C

    r83 r96  
     1/* $Id: RESSTRING.C,v 1.4 1999-06-10 16:50:36 phaller Exp $ */
     2
    13/*
    24 *
  • trunk/src/user32/RESSTRING.H

    r46 r96  
     1/* $Id: RESSTRING.H,v 1.3 1999-06-10 16:50:36 phaller Exp $ */
     2
    13/*
    24 *
  • trunk/src/user32/SYSCLR.CPP

    r46 r96  
     1/* $Id: SYSCLR.CPP,v 1.3 1999-06-10 16:50:36 phaller Exp $ */
     2
    13/*
    24 * Win32 system color API functions for OS/2
  • trunk/src/user32/SYSCLR.H

    r46 r96  
     1/* $Id: SYSCLR.H,v 1.3 1999-06-10 16:50:36 phaller Exp $ */
     2
    13/*
    24 *
  • trunk/src/user32/USER32.DEF

    r57 r96  
     1; $Id: USER32.DEF,v 1.5 1999-06-10 16:50:36 phaller Exp $
     2
    13;Created by BLAST for IBM's compiler
    24LIBRARY USER32 INITINSTANCE
  • trunk/src/user32/USRCALL.CPP

    r46 r96  
     1/* $Id: USRCALL.CPP,v 1.3 1999-06-10 16:50:37 phaller Exp $ */
     2
    13/*
    24 *
  • trunk/src/user32/USRCALL.H

    r46 r96  
     1/* $Id: USRCALL.H,v 1.3 1999-06-10 16:50:37 phaller Exp $ */
     2
    13/*
    24 *
  • trunk/src/user32/char.cpp

    r46 r96  
     1/* $Id: char.cpp,v 1.3 1999-06-10 16:50:38 phaller Exp $ */
     2
    13/*
    24 * Win32 character API functions for OS/2
  • trunk/src/user32/dde.cpp

    r46 r96  
     1/* $Id: dde.cpp,v 1.3 1999-06-10 16:50:38 phaller Exp $ */
     2
    13/*
    24 * Win32 default window API functions for OS/2
  • trunk/src/user32/dialog.cpp

    r46 r96  
     1/* $Id: dialog.cpp,v 1.4 1999-06-10 16:50:35 phaller Exp $ */
     2
    13/*
    24 * Win32 dialog API functions for OS/2
  • trunk/src/user32/dlgconvert.cpp

    r46 r96  
     1/* $Id: dlgconvert.cpp,v 1.3 1999-06-10 16:50:38 phaller Exp $ */
     2
    13/*
    24 * Win32 runtime dialog conversion functions for OS/2
  • trunk/src/user32/hooks.cpp

    r46 r96  
     1/* $Id: hooks.cpp,v 1.3 1999-06-10 16:50:38 phaller Exp $ */
     2
    13/*
    24 * Win32 hook class for OS/2
  • trunk/src/user32/hooks.h

    r46 r96  
     1/* $Id: hooks.h,v 1.3 1999-06-10 16:50:39 phaller Exp $ */
     2
    13/*
    2  *
    34 * Project Odin Software License can be found in LICENSE.TXT
    4  *
    5  */
    6 /*
    75 * Win32 hook class for OS/2
    8  *
    96 * Copyright 1998 Sander van Leeuwen
    10  *
    117 */
    128#ifndef __HOOKS_H__
     
    259255 static         HkShell  *hooks;
    260256                HkShell  *next;
    261  
     257
    262258 friend static LRESULT EXPENTRY_O32 OS2HkShellProc(int code, WPARAM wParam, LPARAM lParam);
    263259};
  • trunk/src/user32/icon.cpp

    r46 r96  
     1/* $Id: icon.cpp,v 1.3 1999-06-10 16:50:39 phaller Exp $ */
     2
    13/*
    24 *
  • trunk/src/user32/icon.h

    r46 r96  
     1/* $Id: icon.h,v 1.3 1999-06-10 16:50:39 phaller Exp $ */
     2
    13/*
    24 *
     
    4345} WINBITMAPINFOHEADER;
    4446
    45 typedef struct 
     47typedef struct
    4648{
    4749   BYTE                      blue;
  • trunk/src/user32/initterm.cpp

    r51 r96  
     1/* $Id: initterm.cpp,v 1.2 1999-06-10 16:50:39 phaller Exp $ */
     2
    13/*
    24 * USER32 DLL entry point
  • trunk/src/user32/loadres.cpp

    r46 r96  
     1/* $Id: loadres.cpp,v 1.4 1999-06-10 16:50:39 phaller Exp $ */
     2
    13/*
    24 *
  • trunk/src/user32/menu.cpp

    r46 r96  
     1/* $Id: menu.cpp,v 1.4 1999-06-10 16:50:39 phaller Exp $ */
     2
    13/*
    24 * Win32 menu API functions for OS/2
  • trunk/src/user32/user32.h

    r46 r96  
     1/* $Id: user32.h,v 1.4 1999-06-10 16:50:39 phaller Exp $ */
     2
    13/*****************************************************************************
    24 * Name      : USER32.H
     
    1416#include <string.h>
    1517
    16 inline void ConvertFontAW(LOGFONTA *fa, LOGFONTW *fw) 
     18inline void ConvertFontAW(LOGFONTA *fa, LOGFONTW *fw)
    1719{
    1820   memcpy(fw, fa, ((int)&fa->lfFaceName - (int)fa));
     
    2123}
    2224
    23 inline void ConvertFontWA(LOGFONTW *fw, LOGFONTA *fa) 
     25inline void ConvertFontWA(LOGFONTW *fw, LOGFONTA *fa)
    2426{
    2527   memcpy(fa, fa, ((int)&fw->lfFaceName - (int)fw));
  • trunk/src/user32/user32exp.def

    r46 r96  
     1; $Id: user32exp.def,v 1.4 1999-06-10 16:50:36 phaller Exp $
     2
    13;Created by BLAST for IBM's compiler
    24LIBRARY USER32 INITINSTANCE
  • trunk/src/user32/wndclass.cpp

    r46 r96  
     1/* $Id: wndclass.cpp,v 1.3 1999-06-10 16:50:37 phaller Exp $ */
     2
    13/*
    24 * Win32 Window Class Managment Code for OS/2
  • trunk/src/user32/wndproc.cpp

    r46 r96  
     1/* $Id: wndproc.cpp,v 1.4 1999-06-10 16:50:37 phaller Exp $ */
     2
    13/*
    24 *
  • trunk/src/user32/wndsubproc.cpp

    r46 r96  
     1/* $Id: wndsubproc.cpp,v 1.3 1999-06-10 16:50:38 phaller Exp $ */
     2
    13/*
    24 * Win32 window subproc class for OS/2
  • trunk/src/user32/wndsubproc.h

    r46 r96  
     1/* $Id: wndsubproc.h,v 1.3 1999-06-10 16:50:38 phaller Exp $ */
     2
    13/*
    24 *
Note: See TracChangeset for help on using the changeset viewer.