directfb.h   directfb.h 
skipping to change at line 40 skipping to change at line 40
#define __DIRECTFB_H__ #define __DIRECTFB_H__
#ifdef __cplusplus #ifdef __cplusplus
extern "C" extern "C"
{ {
#endif #endif
#include <dfb_types.h> #include <dfb_types.h>
#include <sys/time.h> /* struct timeval */ #include <sys/time.h> /* struct timeval */
#include <directfb_build.h>
#include <directfb_keyboard.h> #include <directfb_keyboard.h>
#include <direct/interface.h> #include <direct/interface.h>
/* /*
* Version handling. * Version handling.
*/ */
extern const unsigned int directfb_major_version; extern const unsigned int directfb_major_version;
extern const unsigned int directfb_minor_version; extern const unsigned int directfb_minor_version;
extern const unsigned int directfb_micro_version; extern const unsigned int directfb_micro_version;
 End of changes. 1 change blocks. 
0 lines changed or deleted 1 lines changed or added


 directfb_version.h   directfb_version.h 
skipping to change at line 34 skipping to change at line 34
License along with this library; if not, write to the License along with this library; if not, write to the
Free Software Foundation, Inc., 59 Temple Place - Suite 330, Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. Boston, MA 02111-1307, USA.
*/ */
#ifndef __DIRECTFB_VERSION_H__ #ifndef __DIRECTFB_VERSION_H__
#define __DIRECTFB_VERSION_H__ #define __DIRECTFB_VERSION_H__
#define DIRECTFB_MAJOR_VERSION (1) #define DIRECTFB_MAJOR_VERSION (1)
#define DIRECTFB_MINOR_VERSION (4) #define DIRECTFB_MINOR_VERSION (4)
#define DIRECTFB_MICRO_VERSION (8) #define DIRECTFB_MICRO_VERSION (9)
#define DIRECTFB_BINARY_AGE (3) #define DIRECTFB_BINARY_AGE (4)
#define DIRECTFB_INTERFACE_AGE (3) #define DIRECTFB_INTERFACE_AGE (4)
#endif /* __DIRECTFB_VERSION_H__ */ #endif /* __DIRECTFB_VERSION_H__ */
 End of changes. 1 change blocks. 
3 lines changed or deleted 3 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/