<br>   Hi,<br><br>Could someone please tell me what event should an X client<br>subscribe and handle to update it's knowledge on screen size<br>(width and height is saved at client startup from DisplayWidth()<br>and DisplayHeight())?<br>

<br>If a user switches into an other resolution (for emaple form 1024x768<br>into 800x600 with:<br><br>     $ xrandr --output VGA --mode 800x600<br><br>), my X client's widht and height needs to be modified somehow,<br>

and I hope XSelectInput() + XNextEvent() can notify me on these<br>resolution changes...<br><br>THX,<br>Uzlee<br><br><br>