mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
ui: enable multidevice on frame windows
This is so different pointers may have different cursors on them.
This commit is contained in:
parent
7555b092eb
commit
b9f5185c90
@ -407,7 +407,8 @@ meta_ui_create_frame_window (MetaUI *ui,
|
||||
&attrs, attributes_mask);
|
||||
|
||||
gdk_window_resize (window, width, height);
|
||||
|
||||
gdk_window_set_support_multidevice (window, TRUE);
|
||||
|
||||
meta_frames_manage_window (ui->frames, GDK_WINDOW_XID (window), window);
|
||||
|
||||
return GDK_WINDOW_XID (window);
|
||||
|
Loading…
Reference in New Issue
Block a user