Replace NO_X conditional compilation with testing whether DISPLAY env variable is...
authorRichard Boulton <richard@tartarus.org>
Mon, 4 Jun 2001 00:51:35 +0000 (00:51 +0000)
committerRichard Boulton <richard@tartarus.org>
Mon, 4 Jun 2001 00:51:35 +0000 (00:51 +0000)
commit785d258c33de21090f2a2e5c494fe44144f408cb
treebf915a821fae9c3590464cf1704d4a2b4ad920bb
parent6466d1444a91436db43410cca0314301b483e45b
Replace NO_X conditional compilation with testing whether DISPLAY env variable is set, and doing gtk_type_init() inst...

Original commit message from CVS:
Replace NO_X conditional compilation with testing whether DISPLAY env
variable is set, and doing gtk_type_init() instead of gtk_init() if not.
gst/gst.c