|
libexplain
1.4.D001
|
#include <libexplain/string_buffer.h>Go to the source code of this file.
Functions | |
| void | explain_buffer_video_window (explain_string_buffer_t *sb, const struct video_window *data, int extra) |
| void explain_buffer_video_window | ( | explain_string_buffer_t * | sb, |
| const struct video_window * | data, | ||
| int | extra | ||
| ) |
The explain_buffer_video_window function may be used to print a representation of a video_window structure.
| sb | The string buffer to print into. |
| data | The video_window structure to be printed. |
| extra | whether or not to also print the VIDIOCSWIN fields as well. |
1.7.6.1