jsseek: Add missing HAVE_X check

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=723507
This commit is contained in:
Sebastian Rasmussen 2014-02-03 02:35:57 +01:00 committed by Sebastian Dröge
parent 2ca256acdb
commit 0f8f852776

View file

@ -2996,8 +2996,10 @@ main (int argc, char **argv)
* asks for the XID of the window to render onto */
gtk_widget_realize (window);
#ifdef HAVE_X
/* we should have the XID now */
g_assert (embed_xid != 0);
#endif
if (verbose) {
g_signal_connect (pipeline, "deep_notify",