fix a /XDisplay/Display/ typo in x11-foreign.c

This removes a spurious X prefix that was causing a compilation error.
This commit is contained in:
Robert Bragg 2011-05-05 20:38:13 +01:00
parent 3a4d0a735b
commit ccd0079b57

View File

@ -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;