585befbf7d
It tests that if we go from (x is the pointer cursor) +--------+ | | | X | +--------+ to +----------------+ | | | | +--------+ | | | | | X | | +--------+----------------+ i.e. making sure that X ends up somewhere within the logical monitor region. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2237>
61 lines
1.2 KiB
XML
61 lines
1.2 KiB
XML
<monitors version="2">
|
|
<configuration>
|
|
<logicalmonitor>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<primary>yes</primary>
|
|
<monitor>
|
|
<monitorspec>
|
|
<connector>Meta-0</connector>
|
|
<vendor>MetaTestVendor</vendor>
|
|
<product>MetaVirtualMonitor</product>
|
|
<serial>0x1234</serial>
|
|
</monitorspec>
|
|
<mode>
|
|
<width>100</width>
|
|
<height>100</height>
|
|
<rate>60</rate>
|
|
</mode>
|
|
</monitor>
|
|
</logicalmonitor>
|
|
</configuration>
|
|
|
|
<configuration>
|
|
<logicalmonitor>
|
|
<x>0</x>
|
|
<y>100</y>
|
|
<primary>yes</primary>
|
|
<monitor>
|
|
<monitorspec>
|
|
<connector>Meta-0</connector>
|
|
<vendor>MetaTestVendor</vendor>
|
|
<product>MetaVirtualMonitor</product>
|
|
<serial>0x1234</serial>
|
|
</monitorspec>
|
|
<mode>
|
|
<width>100</width>
|
|
<height>100</height>
|
|
<rate>60</rate>
|
|
</mode>
|
|
</monitor>
|
|
</logicalmonitor>
|
|
<logicalmonitor>
|
|
<x>100</x>
|
|
<y>0</y>
|
|
<monitor>
|
|
<monitorspec>
|
|
<connector>Meta-1</connector>
|
|
<vendor>MetaTestVendor</vendor>
|
|
<product>MetaVirtualMonitor</product>
|
|
<serial>0x1235</serial>
|
|
</monitorspec>
|
|
<mode>
|
|
<width>200</width>
|
|
<height>200</height>
|
|
<rate>60</rate>
|
|
</mode>
|
|
</monitor>
|
|
</logicalmonitor>
|
|
</configuration>
|
|
</monitors>
|