PageRenderTime 35ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/cssed-0.4.0/libcroco/parser/cr-layout-eng.h

#
C Header | 44 lines | 13 code | 9 blank | 22 comment | 0 complexity | 13025235a76999d74109eaf495a68095 MD5 | raw file
Possible License(s): GPL-2.0
  1. /* -*- Mode: C; indent-tabs-mode:nil; c-basic-offset: 8-*- */
  2. /*
  3. * This file is part of The Croco Library
  4. *
  5. * Copyright (C) 2002-2003 Dodji Seketeli <dodji@seketeli.org>
  6. *
  7. * This program is free software; you can redistribute it and/or
  8. * modify it under the terms of version 2.1 of the
  9. * GNU Lesser General Public
  10. * License as published by the Free Software Foundation.
  11. *
  12. * This program is distributed in the hope that it will be useful,
  13. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. * GNU General Public License for more details.
  16. *
  17. * You should have received a copy of the
  18. * GNU Lesser General Public License
  19. * along with this program; if not, write to the Free Software
  20. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
  21. * USA
  22. */
  23. #ifndef __CR_LAY_ENG_H__
  24. #define __CR_LAY_ENG_H__
  25. #include "cr-utils.h"
  26. typedef struct _CRLayEngPriv CRLayEngPriv ;
  27. typedef struct
  28. {
  29. CRLayoutEngPriv *priv ;
  30. } CRLayoutEng ;
  31. CRLayEng *
  32. cr_lay_eng_new (void) ;
  33. void
  34. cr_lay_eng_destroy (CRLayEng *a_this) ;
  35. #endif /*__CR_LAYOUT_ENG_H__*/