From ccd0079b57bee5aa0da0f6a9f4b48561bb9b6264 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Thu, 5 May 2011 20:38:13 +0100 Subject: [PATCH] fix a /XDisplay/Display/ typo in x11-foreign.c This removes a spurious X prefix that was causing a compilation error. --- examples/x11-foreign.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/x11-foreign.c b/examples/x11-foreign.c index 701256263..2bf97bc30 100644 --- a/examples/x11-foreign.c +++ b/examples/x11-foreign.c @@ -10,7 +10,7 @@ update_cogl_x11_event_mask (CoglOnscreen *onscreen, guint32 event_mask, void *user_data) { - XDisplay *xdpy = user_data; + Display *xdpy = user_data; XSetWindowAttributes attrs; guint32 xwin;