X11-Videomode impl

Implements X11-Videomode.

Copyright

This program is free software.  You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.

Author

© 2013 Jörg Seebohn

Files

C-kern/api/platform/X11/x11videomode.h

Header file X11-Videomode.

C-kern/platform/X11/x11videomode.c

Implementation file X11-Videomode impl.

x11videomode_iterator_t

Summary

lifetime

x11videomode_t

Summary
lifetime
test
waitXRRScreenChangeNotifyWait for XRRScreenChangeNotify and checks that x11disp gets updated.

lifetime

test

waitXRRScreenChangeNotify

static int waitXRRScreenChangeNotify(x11screen_t *x11screen,
x11videomode_t *xvidmode)

Wait for XRRScreenChangeNotify and checks that x11disp gets updated.

Allows to query and change the video mode of a screen of x11screen_t.
Implements X11-Videomode.
static int waitXRRScreenChangeNotify(x11screen_t *x11screen,
x11videomode_t *xvidmode)
Wait for XRRScreenChangeNotify and checks that x11disp gets updated.
Close