projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b1b6d2
)
tests: drop direct include
author
Stefan Sauer
<ensonic@users.sf.net>
Tue, 29 Apr 2014 14:44:59 +0000
(16:44 +0200)
committer
Tim-Philipp Müller
<tim@centricular.com>
Sat, 9 Dec 2017 19:31:38 +0000
(19:31 +0000)
It is only allowed to include gdk/gdkx.h and that will bring all the x11 things.
tests/examples/gl/gtk/gstgtk.c
patch
|
blob
|
history
diff --git
a/tests/examples/gl/gtk/gstgtk.c
b/tests/examples/gl/gtk/gstgtk.c
index b13304c8903e6fbed15836794b374a64b5798304..07cd08d2dfde96c791d84b6ec027a2f70d266293 100644
(file)
--- a/
tests/examples/gl/gtk/gstgtk.c
+++ b/
tests/examples/gl/gtk/gstgtk.c
@@
-29,7
+29,6
@@
#endif
#if GST_GL_HAVE_WINDOW_X11 && defined(GDK_WINDOWING_X11)
#include <gdk/gdkx.h>
-#include <gdk/x11/gdkx11display.h>
#endif
#if GST_GL_HAVE_WINDOW_COCOA && defined(GDK_WINDOWING_QUARTZ)
#include <gdk/gdkquartz.h>