Ignore:
Timestamp:
Oct 20, 1999, 6:27:01 PM (26 years ago)
Author:
cbratschi
Message:

Odin.ini color management support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/initterm.cpp

    r1376 r1378  
    1 /* $Id: initterm.cpp,v 1.11 1999-10-20 13:46:25 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.12 1999-10-20 16:27:00 cbratschi Exp $ */
    22
    33/*
     
    4040#include "heapshared.h"
    4141#include "win32wdesktop.h"
     42#include "syscolor.h"
    4243
    4344/*-------------------------------------------------------------------*/
     
    8283         CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed  98-03-18 05:28:48*/
    8384
    84          if(RegisterLxDll(hModule, 0, 0) == FALSE)
    85                 return 0UL;
     85         if(RegisterLxDll(hModule, 0, 0) == FALSE)
     86                return 0UL;
    8687
    8788         /*******************************************************************/
     
    101102         InitSpyQueue();
    102103
    103          if(InitializeSharedHeap() == FALSE)
    104                 return 0UL;
     104         if(InitializeSharedHeap() == FALSE)
     105                return 0UL;
    105106
    106107         //SvL: Init win32 PM classes
     
    113114         RegisterSystemClasses(hModule);
    114115
    115         //SvL: Create Desktop Window
    116         if(CreateWin32Desktop() == FALSE) {
     116        //SvL: Create Desktop Window
     117        if(CreateWin32Desktop() == FALSE) {
    117118                return 0UL;
    118         }
     119        }
    119120
    120121         break;
    121122      case 1 :
    122         UnregisterLxDll(hModule);
     123        UnregisterLxDll(hModule);
    123124         break;
    124125      default  :
     
    141142{
    142143   dprintf(("user32 exit\n"));
     144   SYSCOLOR_Save();
    143145   DestroyDesktopWindow();
    144146   UnregisterSystemClasses();
Note: See TracChangeset for help on using the changeset viewer.