Ignore:
Timestamp:
Nov 27, 1999, 3:16:35 PM (26 years ago)
Author:
cbratschi
Message:

edit fixes, monitor API

File:
1 edited

Legend:

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

    r1540 r1860  
    1 /* $Id: initterm.cpp,v 1.15 1999-11-01 19:11:39 sandervl Exp $ */
     1/* $Id: initterm.cpp,v 1.16 1999-11-27 14:16:35 cbratschi Exp $ */
    22
    33/*
     
    3737#include <odinlx.h>
    3838#include <spy.h>
     39#include <monitor.h>
    3940#include "pmwindow.h"
    4041#include "win32wdesktop.h"
     
    8687         CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed  98-03-18 05:28:48*/
    8788
    88         hInstanceUser32 = RegisterLxDll(hModule, 0, (PVOID)&_Resource_PEResTab);
     89        hInstanceUser32 = RegisterLxDll(hModule, 0, (PVOID)&_Resource_PEResTab);
    8990         if(hInstanceUser32 == 0)
    9091                return 0UL;
     
    110111         //CB: register internal classes
    111112         RegisterSystemClasses(hModule);
     113
     114         //CB: initialize PM monitor driver
     115         MONITOR_Initialize(&MONITOR_PrimaryMonitor);
    112116
    113117         //SvL: Create Desktop Window
     
    137141   UnregisterSystemClasses();
    138142   Win32WndClass::DestroyAll();
     143   MONITOR_Finalize(&MONITOR_PrimaryMonitor);
    139144   SYSCOLOR_Save();
    140145   CloseSpyQueue();
Note: See TracChangeset for help on using the changeset viewer.