Ignore:
Timestamp:
Dec 21, 1999, 2:28:20 AM (26 years ago)
Author:
hugh
Message:

Added ODIn lic header with ID to all files where missing

Cleaned up Surface handling by movefing colorfill and
colorconversion into own files and use functionpointers
setup during creation.

updated makefile to add files

removed inhertiance from IBASE in DDrectangle class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ddraw/OS2PALSET.CPP

    r522 r2174  
     1/* $Id: OS2PALSET.CPP,v 1.7 1999-12-21 01:28:16 hugh Exp $ */
     2
     3/*
     4 * Functions used to Set the Physical Palette in OS/2 when in 8 Bit mode
     5 *
     6 * Copyright 1998 Sander va Leeuwen
     7 *
     8 * Project Odin Software License can be found in LICENSE.TXT
     9 *
     10 */
    111#define INCL_GREALL
    212#define INCL_GPI
     
    1828 int  i;
    1929
    20  
     30
    2131
    2232  hps = WinGetPS(HWND_DESKTOP);
     
    4555  WinReleasePS(hps);
    4656
    47  
     57
    4858
    4959}
     
    5565 HDC hdc;
    5666
    57  
     67
    5868
    5969  hps = WinGetPS( HWND_DESKTOP);
     
    7181  WinReleasePS(hps);
    7282
    73  
     83
    7484
    7585}
Note: See TracChangeset for help on using the changeset viewer.