summaryrefslogtreecommitdiffstats
path: root/gst-libs/gst/xoverlay
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-12-09 10:02:08 +0000
committerDavid Schleef <ds@schleef.org>2003-12-09 10:02:08 +0000
commit5f9d5da7b833299467c77f04854e43bfbf0e562d (patch)
treec48e29240217aecb4cf9822d9b62b7566b6bd257 /gst-libs/gst/xoverlay
parent537891db4127e8fe27c1038e6ff088df3d520008 (diff)
downloadgst-plugins-bad-5f9d5da7b833299467c77f04854e43bfbf0e562d.tar.gz
gst-plugins-bad-5f9d5da7b833299467c77f04854e43bfbf0e562d.tar.bz2
gst-plugins-bad-5f9d5da7b833299467c77f04854e43bfbf0e562d.zip
Change GST_*_PADDING to _gst_private[GST_PADDING]
Original commit message from CVS: Change GST_*_PADDING to _gst_private[GST_PADDING]
Diffstat (limited to 'gst-libs/gst/xoverlay')
-rw-r--r--gst-libs/gst/xoverlay/xoverlay.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/xoverlay/xoverlay.h b/gst-libs/gst/xoverlay/xoverlay.h
index 962f40b4..062fadf4 100644
--- a/gst-libs/gst/xoverlay/xoverlay.h
+++ b/gst-libs/gst/xoverlay/xoverlay.h
@@ -55,7 +55,7 @@ typedef struct _GstXOverlayClass {
void (*have_xwindow_id) (GstXOverlay *overlay,
XID xwindow_id);
- GST_CLASS_PADDING
+ gpointer _gst_reserved[GST_PADDING];
} GstXOverlayClass;
GType gst_x_overlay_get_type (void);