Changeset 92


Ignore:
Timestamp:
Aug 6, 2017, 9:59:15 PM (8 years ago)
Author:
Gregg Young
Message:

Include pmprintf Ticket #22

Location:
trunk
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/common.c

    r88 r92  
    2626#include "eastring.h"
    2727#include "object.h"
    28 //#define  __PMPRINTF__
    29 //#include "PMPRINTF.H"
    3028
    3129#ifdef XWORKPLACE
     
    4745    CHAR s[100];
    4846
    49 // usFunc is 0 for app initialization, 1 and for widget phases 1 and 2 initialization
    50     //PmPrintfDisplayInterfaceVersionInfo();
    51     //PmPrintfQueueNameThisProcess(NULL);
    52    
     47    // usFunc is 0 for app initialization, 1 and for widget phases 1 and 2 initialization
     48#ifdef  __PMPRINTF__
     49    PmPrintfDisplayInterfaceVersionInfo();
     50    PmPrintfQueueNameThisProcess(NULL);
     51#endif
    5352    if (usFunc != 1)
    5453        DosSetPriority(PRTYS_THREAD, PRTYC_TIMECRITICAL, +31, 0);
     
    105104
    106105        GetIniFileName(ucFName, sizeof(ucFName));
    107         //Pmpf(("INI filenaame \"%s\"", ucFName));
    108106        if (LoadSettings(hab, ucFName, &plswData->Settings) != 0)
    109107            rc1 = LSWERRCANTLOADSETTINGS;
     
    261259        APIRET rc;
    262260
    263         //DebugHereIAm();
    264261        DosRequestMutexSem(plswData->htmxFSMonDispatRunning, SEM_INDEFINITE_WAIT);
    265         //DebugHereIAm();
    266262
    267263        WinDeleteAtom(hatomtblAtomTbl,
     
    295291
    296292    if (usFunc != 1) {
    297         //DebugHereIAm();
    298293        DosRequestMutexSem(plswData->htmxFSMonDispatRunning, SEM_INDEFINITE_WAIT );
    299294        DosFreeMem(plswData);
  • TabularUnified trunk/eastring.c

    r82 r92  
    1010
    1111#include "EAString.h"
    12 #define  __PMPRINTF__
     12//#define  __PMPRINTF__
    1313#include "PMPRINTF.H"
    1414
  • TabularUnified trunk/fspopup.c

    r82 r92  
    1919#include <stdio.h>
    2020#include <process.h>
    21 #define  __PMPRINTF__
    22 #include "PMPRINTF.H"
    2321
    2422#ifndef XWORKPLACE
     
    8482    LoadExceptq(&exRegRec, "", NULL);
    8583#endif
    86     DebugHereIAm();
    8784    plswData = (PLSWDATA) pParm;
    8885
     
    103100    }
    104101    rc = DosRequestMutexSem(plswData->htmxFSMonDispatRunning, SEM_INDEFINITE_WAIT );
    105     PmpfF(("Mon RequestMSem %i", rc));
    106102    while (DosWaitEventSem(plswData->hevRunning, 10L) == ERROR_TIMEOUT) {
    107103        /* if we popup in PM reset the semaphore and post a triggering message;
     
    163159    if (hmonKbd != 0)
    164160        DosMonClose(hmonKbd);
    165     DebugHereIAm();
    166161    DosReleaseMutexSem(plswData->htmxFSMonDispatRunning);
    167162#ifndef XWORKPLACE
     
    236231    for (;;) {
    237232        usCount = sizeof(keybuf);
    238         if (DosMonRead
    239             ((PBYTE) & monInBuf, DCWW_WAIT, (PBYTE) & keybuf, &usCount))
     233        if (DosMonRead((PBYTE) & monInBuf, DCWW_WAIT, (PBYTE) & keybuf, &usCount))
    240234            break;
    241235        DosMonWrite((PBYTE) & monOutBuf, (PBYTE) & keybuf, usCount);
  • TabularUnified trunk/h/lswitch.h

    r89 r92  
    3434#include <stdlib.h>
    3535#include "api16.h"
     36
     37//#define  __PMPRINTF__
     38#include "PMPRINTF.H"
    3639
    3740//#define XWORKPLACE
  • TabularUnified trunk/hook/lswhook.c

    r82 r92  
    2020#include <string.h>
    2121#include <stdio.h>
    22 #define  __PMPRINTF__
    23 #include "PMPRINTF.H"
    2422
    2523/*
  • TabularUnified trunk/lswmain.c

    r82 r92  
    2020#define INCL_LOADEXCEPTQ
    2121#include "exceptq.h"
    22 #define  __PMPRINTF__
    23 #include "PMPRINTF.H"
    2422
    2523VOID main()
  • TabularUnified trunk/object.c

    r82 r92  
    1212
    1313#include "object.h"
    14 #define  __PMPRINTF__
     14//#define  __PMPRINTF__
    1515#include "PMPRINTF.H"
    1616
  • TabularUnified trunk/pmpopup.c

    r82 r92  
    2929#include <unikbd.h>
    3030#endif
    31 #define  __PMPRINTF__
    32 #include "PMPRINTF.H"
    3331
    3432/* we subclass the window procedure of the popup window frame */
  • TabularUnified trunk/settings.c

    r91 r92  
    2020#include "taskbar.h"
    2121#include "lswres.h"
    22 //#define  __PMPRINTF__
    23 //#include "PMPRINTF.H"
    2422
    2523#define BKM_SETNOTEBOOKBUTTONS   0x0375 /* Set common pushbuttons    */
     
    144142    SKIPLIST *pSkipList;
    145143
    146     //PmpfF(("pszfilename %s", pszFName));
    147144    if (strlen(pszFName) != 0) {
    148145        if ((hini = PrfOpenProfile(hab, pszFName)) == NULLHANDLE) {
    149             //DebugHereIAm();
    150146            return 1;
    151147        }
     
    162158            return 3;
    163159        rc = PrfQueryProfileData(hini, PRF_APPNAME, PRF_SETTINGS, pBuf, &ulCbBuf);
    164         if (!rc)  {//        return 2;
     160        if (!rc)  {
    165161            rc = PrfQueryProfileData(HINI_USERPROFILE, PRF_APPNAME, PRF_SETTINGS, pBuf, &ulCbBuf);
    166162            if (pszFName != NULL)
     
    176172            }
    177173        }
    178         //DebugHereIAm();
    179174        if (!bChangedINI) {
    180175            ulIndex = sizeof(LSWSETTINGS) - 3 * sizeof(pSettings->SkipListPopup);
     
    435430    }
    436431    else
    437         return 1; //hini = HINI_USERPROFILE;
     432        return 1;
    438433    ulSize = sizeof(UCHAR);
    439434    PrfWriteProfileData(hini, PRF_APPNAME, "VerMajor", &pSettings->ucVerMajor, ulSize);
  • TabularUnified trunk/taskbar.c

    r86 r92  
    2323#include "lswres.h"
    2424#include "object.h"
    25 //#define  __PMPRINTF__
    26 //#include "PMPRINTF.H"
    2725
    2826#define PROCITEMHGT 6/5
     
    11441142            SWCNTRL swctlItem;
    11451143            SWP swpItem;
    1146             BOOL bIconOnly;
     1144            //BOOL bIconOnly;
    11471145            SHORT sId =
    11481146                (SHORT) WinSendMsg(pbData->hwndSubWinMenu,
     
    11851183            plswData->Settings.bGroupItems = FALSE;
    11861184            WinSendMsg(plswData->hwndTaskBarClient, LSWM_INITBUTTONS, 0, 0);
     1185            DosSleep(10);
    11871186            plswData->Settings.bGroupItems = TRUE;
    11881187            WinSendMsg(plswData->hwndTaskBarClient, LSWM_INITBUTTONS, 0, 0);
     
    18151814        rc = DosKillThread(plswData->itidFSDispat);
    18161815        rc1 = DosKillThread(plswData->itidFSMon);
    1817         //PmpfF(("FSMon TID %i DosKill %i", plswData->itidFSMon, rc1));
    1818         //PmpfF(("FSMonDispt TID %i DosKill %i", plswData->itidFSDispat, rc));
    18191816        SwitcherTerm(plswData, 1);
    18201817        mrc = plswData->pWidget->pfnwpDefWidgetProc(hwnd, msg, mp1, mp2);
  • TabularUnified trunk/widget/lswidget.c

    r82 r92  
    4545
    4646// XWorkplace implementation headers
    47 #include "center.h"                     // public XCenter interfaces
    48 #define  __PMPRINTF__
    49 #include "PMPRINTF.H"
     47#include "center.h" 
    5048
    5149#if 0
Note: See TracChangeset for help on using the changeset viewer.