Ignore:
Timestamp:
Feb 4, 2007, 1:22:24 PM (19 years ago)
Author:
cinc
Message:

Added doxygen documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/desktop/src/vdesktop.c

    r200 r224  
    3232*
    3333* ***** END LICENSE BLOCK ***** */
    34 
    3534#define INCL_DOSPROCESS
    3635#define INCL_DOS
     
    5756#include "wpfolderwindow.h"
    5857#include "wpnotebook.h"
     58#include "m_wpfolder.h"
    5959#include "wpfolder.h"
    6060#include "wpobject.h"
     
    119119  //  g_assert(nomRegisterDLLByName(hReg, "PBL-PNG.DLL"));
    120120  //  g_assert(nomRegisterDLLByName(hReg, "BASIC-FC.DLL"));
    121   /* Add Pango here? */
     121  /* Add Pango */
    122122  g_assert(nomRegisterDLLByName(hReg, "PANGO.DLL"));
    123123  nomEndRegisterDLLWithGC(hReg);
     
    141141    Bootstrap our objects...
    142142  */
     143#if 0
    143144  pEnv=nomTkInit();
    144145
     
    147148    return(1);
    148149  }
    149 
    150   /* Init SOM */
     150#endif
     151
     152  /* Init NOM */
    151153  NOMClassMgrObject=nomEnvironmentNew();
    152154  //dbgPrintf( "NOMClassMgrObject: %x", NOMClassMgrObject);
Note: See TracChangeset for help on using the changeset viewer.