Changeset 189 for trunk/desktop/class_c
- Timestamp:
- Jan 14, 2007, 10:21:52 AM (19 years ago)
- Location:
- trunk/desktop/class_c
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/desktop/class_c/wpfolder.c
r188 r189 65 65 #include "desktoptypes.h" 66 66 67 #ifndef WPFolder 68 typedef struct WPFolder_struct { 69 struct nomMethodTabStruct *mtab; 70 gulong body[1]; 71 } WPFolderObj; 72 #define WPFolder WPFolderObj 73 typedef WPFolder *PWPFolder; 74 #endif 75 67 #include "wpnotebook.h" 76 68 #include "wpfolderwindow.h" 77 78 69 #include "wpfolder.ih" 79 70 #include "wpdatafile.h" -
trunk/desktop/class_c/wpfolderwindow.c
r188 r189 47 47 #include "desktoptypes.h" 48 48 49 #ifndef WPFolder 50 typedef struct WPFolder_struct { 51 struct nomMethodTabStruct *mtab; 52 gulong body[1]; 53 } WPFolderObj; 54 #define WPFolder WPFolderObj 55 typedef WPFolder *PWPFolder; 56 #endif 57 49 #include "wpnotebook.h" 50 #include "wpfolderwindow.h" 51 #include "wpfolder.h" 58 52 #include "wpfolderwindow.ih" 53 #include "wpobject.h" 59 54 60 55 NOM_Scope PGtkWidget NOMLINK impl_WPFolderWindow_wpQueryContainerHandle(WPFolderWindow* nomSelf, CORBA_Environment *ev) -
trunk/desktop/class_c/wpnotebook.c
r178 r189 46 46 #include "desktoptypes.h" 47 47 48 #include "nomfolderwindow.h"49 48 #include "wpnotebook.ih" 50 49 -
trunk/desktop/class_c/wpobject.c
r188 r189 50 50 #include <nomguitk.h> 51 51 52 /* We have to declare this here to make PNOMFolderWindow known53 to wpDisplayMenu(). */54 #ifndef WPFolderWindow55 typedef struct WPFolderWindow_struct {56 struct nomMethodTabStruct *mtab;57 gulong body[1];58 } WPFolderWindowObj;59 #define WPFolderWindow WPFolderWindowObj60 typedef WPFolderWindow *PWPFolderWindow;61 #endif62 63 #ifndef WPFolder64 typedef struct WPFolder_struct {65 struct nomMethodTabStruct *mtab;66 gulong body[1];67 } WPFolderObj;68 #define WPFolder WPFolderObj69 typedef WPFolder *PWPFolder;70 #endif71 72 52 #include "nomwindow.h" 73 53 #include "desktoptypes.h" 74 54 55 #include "wpnotebook.h" 56 #include "wpfolderwindow.h" 57 #include "wpfolder.h" 75 58 #include "wpobject.ih" 76 #include "wpfolderwindow.h"77 #include "wpnotebook.h"78 79 59 80 60 -
trunk/desktop/class_c/wpwindow.c
r178 r189 46 46 #include <string.h> 47 47 48 #include "nomfolderwindow.h"49 48 #include "wpwindow.ih" 50 49
Note:
See TracChangeset
for help on using the changeset viewer.