mirror of
https://github.com/brl/mutter.git
synced 2025-07-24 02:18:02 +00: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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user