Blame src/raster/rasterrs.h

Packit cf904d
/***************************************************************************/
Packit cf904d
/*                                                                         */
Packit cf904d
/*  rasterrs.h                                                             */
Packit cf904d
/*                                                                         */
Packit cf904d
/*    monochrome renderer error codes (specification only).                */
Packit cf904d
/*                                                                         */
Packit cf904d
/*  Copyright 2001-2017 by                                                 */
Packit cf904d
/*  David Turner, Robert Wilhelm, and Werner Lemberg.                      */
Packit cf904d
/*                                                                         */
Packit cf904d
/*  This file is part of the FreeType project, and may only be used,       */
Packit cf904d
/*  modified, and distributed under the terms of the FreeType project      */
Packit cf904d
/*  license, LICENSE.TXT.  By continuing to use, modify, or distribute     */
Packit cf904d
/*  this file you indicate that you have read the license and              */
Packit cf904d
/*  understand and accept it fully.                                        */
Packit cf904d
/*                                                                         */
Packit cf904d
/***************************************************************************/
Packit cf904d
Packit cf904d
Packit cf904d
  /*************************************************************************/
Packit cf904d
  /*                                                                       */
Packit cf904d
  /* This file is used to define the monochrome renderer error enumeration */
Packit cf904d
  /* constants.                                                            */
Packit cf904d
  /*                                                                       */
Packit cf904d
  /*************************************************************************/
Packit cf904d
Packit cf904d
#ifndef RASTERRS_H_
Packit cf904d
#define RASTERRS_H_
Packit cf904d
Packit cf904d
#include FT_MODULE_ERRORS_H
Packit cf904d
Packit cf904d
#undef FTERRORS_H_
Packit cf904d
Packit cf904d
#undef  FT_ERR_PREFIX
Packit cf904d
#define FT_ERR_PREFIX  Raster_Err_
Packit cf904d
#define FT_ERR_BASE    FT_Mod_Err_Raster
Packit cf904d
Packit cf904d
#include FT_ERRORS_H
Packit cf904d
Packit cf904d
#endif /* RASTERRS_H_ */
Packit cf904d
Packit cf904d
Packit cf904d
/* END */