blizzard%appliedtheory.com 78801239f4 Cleanup of the pixmap rendering code.
git-svn-id: svn://10.0.0.236/trunk@11888 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-04 22:29:34 +00:00

21 lines
399 B
C

/* gnomefe misc defs. */
#ifndef _gnome_fe_h
#define _gnome_fe_h
#include <gdk/gdk.h>
/* Client data for Imagelib callbacks */
typedef struct fe_PixmapClientData {
GdkPixmap *gdk_pixmap;
} fe_PixmapClientData;
typedef struct fe_ContextData {
void *frame_or_view;
} fe_ContextData;
/* This is in main.c and defines the visual */
extern GdkVisual *gnomefe_visual;
#endif /* _gnome_fe_h */