mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 23:00:05 +01:00
Position input overlay window at -1, -1.
This commit is contained in:
parent
b6dd1a68b6
commit
8761e963d0
1 changed files with 2 additions and 2 deletions
|
|
@ -117,7 +117,7 @@ dmxCreateInputOverlayWindow (void)
|
|||
|
||||
FOR_NSCREENS_BACKWARD(j) {
|
||||
pWin = CreateWindow (newWin->info[j].id, WindowTable[j],
|
||||
0, 0, 1, 1, 0, InputOnly,
|
||||
-1, -1, 1, 1, 0, InputOnly,
|
||||
CWOverrideRedirect, &overrideRedirect,
|
||||
0, serverClient, CopyFromParent,
|
||||
&result);
|
||||
|
|
@ -137,7 +137,7 @@ dmxCreateInputOverlayWindow (void)
|
|||
|
||||
{
|
||||
pWin = CreateWindow (inputOverlayWid, WindowTable[0],
|
||||
0, 0, 1, 1, 0, InputOnly,
|
||||
-1, -1, 1, 1, 0, InputOnly,
|
||||
CWOverrideRedirect, &overrideRedirect,
|
||||
0, serverClient, CopyFromParent,
|
||||
&result);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue