Changeset 322 for libcaca/trunk/src/line.c
- Timestamp:
- Jan 7, 2004, 1:45:02 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/src/line.c
r305 r322 31 31 #include "config.h" 32 32 33 #if defined(HAVE_INTTYPES_H) 33 #if defined(HAVE_INTTYPES_H) || defined(_DOXYGEN_SKIP_ME) 34 34 # include <inttypes.h> 35 35 #else … … 42 42 #include "caca_internals.h" 43 43 44 #if !defined(_DOXYGEN_SKIP_ME) 44 45 struct line 45 46 { … … 49 50 void (*draw) (struct line*); 50 51 }; 52 #endif 51 53 52 54 static void clip_line(struct line*);
Note: See TracChangeset
for help on using the changeset viewer.