forked from AuroraMiddleware/gtk
snapshot: Move GtkSnapshot declaration to gtypes.h
This commit is contained in:
parent
8afb655347
commit
2745c2502f
@ -35,6 +35,7 @@
|
||||
#include "gtkprivate.h"
|
||||
#include "gtkrender.h"
|
||||
#include "gtksizerequest.h"
|
||||
#include "gtksnapshot.h"
|
||||
#include "gtkstylecontextprivate.h"
|
||||
#include "gtkwidgetprivate.h"
|
||||
#include "gtkcssnodeprivate.h"
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include "gtkcssnodeprivate.h"
|
||||
#include "gtkcssnumbervalueprivate.h"
|
||||
#include "gtkrendericonprivate.h"
|
||||
#include "gtksnapshot.h"
|
||||
|
||||
/* GtkBuiltinIcon is a gadget implementation that is meant to replace
|
||||
* all calls to gtk_render_ functions to render arrows, expanders, checks
|
||||
|
@ -19,6 +19,8 @@
|
||||
|
||||
#include "gtkdebugupdatesprivate.h"
|
||||
|
||||
#include "gtksnapshot.h"
|
||||
|
||||
/* duration before we start fading in us */
|
||||
#define GDK_DRAW_REGION_MIN_DURATION 50 * 1000
|
||||
/* duration when fade is finished in us */
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include "gtkdrawingarea.h"
|
||||
#include "gtkintl.h"
|
||||
#include "gtkprivate.h"
|
||||
#include "gtksnapshot.h"
|
||||
#include "gtkstylecontext.h"
|
||||
|
||||
typedef struct _GtkDrawingAreaPrivate GtkDrawingAreaPrivate;
|
||||
|
@ -31,6 +31,7 @@
|
||||
#include "gtkcsstransientnodeprivate.h"
|
||||
#include "gtkiconthemeprivate.h"
|
||||
#include "gtkrendericonprivate.h"
|
||||
#include "gtksnapshot.h"
|
||||
|
||||
struct _GtkIconHelperPrivate {
|
||||
GtkImageDefinition *def;
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include <cairo.h>
|
||||
|
||||
#include "gtkcsstypesprivate.h"
|
||||
#include "gtksnapshot.h"
|
||||
#include "gtktypes.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include "gtkborder.h"
|
||||
#include "gtkcssimageprivate.h"
|
||||
#include "gtkcssvalueprivate.h"
|
||||
#include "gtksnapshot.h"
|
||||
#include "gtktypes.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include <gsk/gsk.h>
|
||||
|
||||
#include "gtkcsstypesprivate.h"
|
||||
#include "gtksnapshot.h"
|
||||
#include "gtktypes.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
@ -36,9 +36,6 @@
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
typedef struct _GtkSnapshot GtkSnapshot;
|
||||
|
||||
|
||||
GDK_AVAILABLE_IN_3_90
|
||||
GskRenderer * gtk_snapshot_get_renderer (const GtkSnapshot *snapshot);
|
||||
|
||||
|
@ -37,6 +37,7 @@ typedef struct _GtkClipboard GtkClipboard;
|
||||
typedef struct _GtkRequisition GtkRequisition;
|
||||
typedef struct _GtkSelectionData GtkSelectionData;
|
||||
typedef struct _GtkSettings GtkSettings;
|
||||
typedef struct _GtkSnapshot GtkSnapshot;
|
||||
typedef struct _GtkStyleContext GtkStyleContext;
|
||||
typedef struct _GtkTooltip GtkTooltip;
|
||||
typedef struct _GtkWidget GtkWidget;
|
||||
|
@ -33,7 +33,6 @@
|
||||
#include <gsk/gsk.h>
|
||||
#include <gtk/gtkaccelgroup.h>
|
||||
#include <gtk/gtkborder.h>
|
||||
#include <gtk/gtksnapshot.h>
|
||||
#include <gtk/gtktypes.h>
|
||||
#include <atk/atk.h>
|
||||
|
||||
|
@ -31,7 +31,6 @@
|
||||
#include "gtkeventcontroller.h"
|
||||
#include "gtkactionmuxer.h"
|
||||
#include "gtksizerequestcacheprivate.h"
|
||||
#include "gtksnapshot.h"
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
@ -23,8 +23,9 @@
|
||||
#include <glib/gi18n-lib.h>
|
||||
#include <math.h>
|
||||
|
||||
#include <gtk/gtksnapshot.h>
|
||||
|
||||
#include "gsk/gskrendernodeprivate.h"
|
||||
#include "gtkwidgetprivate.h"
|
||||
|
||||
#include "fallback-c89.c"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user