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:
|
case ConfigureNotify:
|
||||||
if (ev.xconfigure.window == root_window)
|
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;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user