Changeset 224 for trunk/desktop/src/vdesktop.c
- Timestamp:
- Feb 4, 2007, 1:22:24 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/desktop/src/vdesktop.c
r200 r224 32 32 * 33 33 * ***** END LICENSE BLOCK ***** */ 34 35 34 #define INCL_DOSPROCESS 36 35 #define INCL_DOS … … 57 56 #include "wpfolderwindow.h" 58 57 #include "wpnotebook.h" 58 #include "m_wpfolder.h" 59 59 #include "wpfolder.h" 60 60 #include "wpobject.h" … … 119 119 // g_assert(nomRegisterDLLByName(hReg, "PBL-PNG.DLL")); 120 120 // g_assert(nomRegisterDLLByName(hReg, "BASIC-FC.DLL")); 121 /* Add Pango here?*/121 /* Add Pango */ 122 122 g_assert(nomRegisterDLLByName(hReg, "PANGO.DLL")); 123 123 nomEndRegisterDLLWithGC(hReg); … … 141 141 Bootstrap our objects... 142 142 */ 143 #if 0 143 144 pEnv=nomTkInit(); 144 145 … … 147 148 return(1); 148 149 } 149 150 /* Init SOM */ 150 #endif 151 152 /* Init NOM */ 151 153 NOMClassMgrObject=nomEnvironmentNew(); 152 154 //dbgPrintf( "NOMClassMgrObject: %x", NOMClassMgrObject);
Note:
See TracChangeset
for help on using the changeset viewer.