grim/libgnt

Merged in default (pull request #66)

2019-05-13, Gary Kramlich
e2eea8c6bc4a
Merged in default (pull request #66)

Remove GNTSEAL; we are now 100% gobject-ified.

Approved-by: Gary Kramlich
  • +0 -8
    gnt.h.in
  • +0 -8
    gntwidget.h
  • --- a/gnt.h.in Mon May 13 15:47:27 2019 +0000
    +++ b/gnt.h.in Mon May 13 15:48:11 2019 +0000
    @@ -37,14 +37,6 @@
    #define NCURSES_WIDECHAR @NCURSES_WIDECHAR@
    #include <@NCURSES_HEADER@>
    -#ifndef GNTSEAL
    -# if defined(GNTSEAL_ENABLE)
    -# define GNTSEAL(ident) _gnt_sealed__ ## ident
    -# else
    -# define GNTSEAL(ident) ident
    -# endif
    -#endif /* !GNTSEAL */
    -
    #include "gntwidget.h"
    #include "gntclipboard.h"
    #include "gntcolors.h"
    --- a/gntwidget.h Mon May 13 15:47:27 2019 +0000
    +++ b/gntwidget.h Mon May 13 15:48:11 2019 +0000
    @@ -32,14 +32,6 @@
    #include <stdio.h>
    #include <glib.h>
    -#ifndef GNTSEAL
    -# if defined(GNTSEAL_ENABLE)
    -# define GNTSEAL(ident) _gnt_sealed__ ## ident
    -# else
    -# define GNTSEAL(ident) ident
    -# endif
    -#endif /* !GNTSEAL */
    -
    #include "gntbindable.h"
    /* XXX: This will probably move elsewhere */