mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
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:
parent
3a4d0a735b
commit
ccd0079b57
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user