mirror of https://github.com/neutrinolabs/xrdp
randr test, print ConfigureNotify width and height
This commit is contained in:
parent
3365cae66b
commit
4607de10a6
|
@ -119,7 +119,8 @@ main(int argc, char **argv)
|
|||
case ConfigureNotify:
|
||||
if (ev.xconfigure.window == root_window)
|
||||
{
|
||||
printf("ConfigureNotify for root window\n");
|
||||
printf("ConfigureNotify for root window width %d height %d\n",
|
||||
ev.xconfigure.width, ev.xconfigure.height);
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue