jsseek: Add missing HAVE_X check
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=723507
This commit is contained in:
parent
2ca256acdb
commit
0f8f852776
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user