Changeset 141 for trunk/desktop/src
- Timestamp:
- Dec 3, 2006, 12:55:29 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/desktop/src/vdesktop.c
r113 r141 37 37 #include <os2.h> 38 38 #include <stdio.h> 39 #include <stdlib.h> 39 40 #include <gtk/gtk.h> 40 41 #include "debug_window.h" 42 #include <gc.h> 41 43 42 44 #include "nom.h" … … 44 46 #include "wpobject.h" 45 47 #include "wpfolder.h" 48 #include "desktoptypes.h" 46 49 47 50 int createQuitWindow(void); … … 53 56 /* Desktop folder */ 54 57 WPFolder *wpDesktop; 55 56 57 58 /* 58 59 Main entry point. This function is called from the EMX wrapper. Be aware that gtk_init() … … 62 63 { 63 64 char desktopDir[CCHMAXPATH]={0}; 64 65 g_message("We started...\n"); 65 66 g_message("We started...\n"); 67 66 68 67 69 #if 0 … … 103 105 wpDesktop=WPFolderNew(); 104 106 dbgPrintf( "Created desktop object: %x", wpDesktop); 107 WPFolder_tstSetFullPath(wpDesktop, desktopDir, NULLHANDLE); 105 108 106 WPFolder_wp Populate(wpDesktop, 0, desktopDir, 0,NULL);109 WPFolder_wpOpen(wpDesktop, NULL, OPEN_DEFAULT, NULL, NULL); 107 110 /* WPFolder_wpPopulate(wpObject, 0,"blabla 2", 0, NULL); */ 108 111
Note:
See TracChangeset
for help on using the changeset viewer.