Changeset 2120 for trunk/src/emx/include/sys
- Timestamp:
- Jul 1, 2005, 1:23:09 AM (20 years ago)
- Location:
- trunk/src/emx/include/sys
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/sys/video.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r2119 r2120 68 68 #define V_SCROLL_CLEAR 4 69 69 70 struct _ FILE;70 struct __sFILE; 71 71 72 72 void v_attrib (int a); … … 77 77 void v_delline (int count); 78 78 void v_dimen (int *width, int *height); 79 int v_fclose (struct _ FILE *stream);80 struct _ FILE *v_fopen (void);79 int v_fclose (struct __sFILE *stream); 80 struct __sFILE *v_fopen (void); 81 81 int v_getattr (void); 82 82 void v_getctype (int *start, int *end); -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/include/sys/winmgr.h
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r2119 r2120 54 54 #endif 55 55 56 struct _ FILE;56 struct __sFILE; 57 57 58 58 typedef struct _wm_window *wm_handle; … … 117 117 #endif 118 118 119 int wm_fclose (struct _ FILE *stream);120 struct _ FILE *wm_fopen (wm_handle wh);119 int wm_fclose (struct __sFILE *stream); 120 struct __sFILE *wm_fopen (wm_handle wh); 121 121 122 122 #if defined (__GNUC__) -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.