mirror of
https://github.com/brl/mutter.git
synced 2025-07-05 10:31:18 +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,
|
guint32 event_mask,
|
||||||
void *user_data)
|
void *user_data)
|
||||||
{
|
{
|
||||||
XDisplay *xdpy = user_data;
|
Display *xdpy = user_data;
|
||||||
XSetWindowAttributes attrs;
|
XSetWindowAttributes attrs;
|
||||||
guint32 xwin;
|
guint32 xwin;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user