mirror of
https://github.com/brl/mutter.git
synced 2024-11-24 00:50:42 -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
8847281c31
commit
48a88a33ef
@ -396,7 +396,8 @@ meta_ui_create_frame_window (MetaUI *ui,
|
|||||||
&attrs, attributes_mask);
|
&attrs, attributes_mask);
|
||||||
|
|
||||||
gdk_window_resize (window, width, height);
|
gdk_window_resize (window, width, height);
|
||||||
|
gdk_window_set_support_multidevice (window, TRUE);
|
||||||
|
|
||||||
meta_frames_manage_window (ui->frames, GDK_WINDOW_XID (window), window);
|
meta_frames_manage_window (ui->frames, GDK_WINDOW_XID (window), window);
|
||||||
|
|
||||||
return GDK_WINDOW_XID (window);
|
return GDK_WINDOW_XID (window);
|
||||||
|
Loading…
Reference in New Issue
Block a user