Skip to content

Commit

Permalink
docs: fix the InputCapture barrier example screen heights
Browse files Browse the repository at this point in the history
The example screens are 1080 high, not 1920.
  • Loading branch information
whot authored and jadahl committed Oct 12, 2023
1 parent c27a98b commit 6e1211b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/org.freedesktop.portal.InputCapture.xml
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@
<listitem><para>bottom edge of left screen: <literal>x1=0,y1=1080,x2=1920,y1=1080</literal></para></listitem>
<listitem><para>top edge of right screen: <literal>x1=1920,y1=0,x2=3840,y1=0</literal></para></listitem>
<listitem><para>bottom edge of right screen: <literal>x1=1920,y1=1080,x2=3840,y1=1080</literal></para></listitem>
<listitem><para>left edge of left screen: <literal>x1=0,y1=0,x2=0,y1=1920</literal></para></listitem>
<listitem><para>right edge of right screen: <literal>x1=3840,y1=0,x2=3840,y1=1920</literal></para></listitem>
<listitem><para>left edge of left screen: <literal>x1=0,y1=0,x2=0,y1=1080</literal></para></listitem>
<listitem><para>right edge of right screen: <literal>x1=3840,y1=0,x2=3840,y1=1080</literal></para></listitem>
</itemizedlist>
A pointer barrier is considered triggered when the pointer would
Expand Down

0 comments on commit 6e1211b

Please sign in to comment.