Go to the source code of this file.
Functions | |
| static void | calc_rects (XRectangle *rects, int width, int height) |
| static Bool | all_events (Display *display, XEvent *event, XPointer arg) |
| static void | get_size (Display *d, Drawable draw, int *xp, int *yp, int *widthp, int *heightp) |
| int | main (int argc, char **argv) |
| static Bool all_events | ( | Display * | display, | |
| XEvent * | event, | |||
| XPointer | arg | |||
| ) | [static] |
| static void calc_rects | ( | XRectangle * | rects, | |
| int | width, | |||
| int | height | |||
| ) | [static] |
| static void get_size | ( | Display * | d, | |
| Drawable | draw, | |||
| int * | xp, | |||
| int * | yp, | |||
| int * | widthp, | |||
| int * | heightp | |||
| ) | [static] |
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 87 of file test-resizing.c.
References all_events(), calc_rects(), changes, FALSE, get_size(), NULL, screen, and TRUE.
1.5.5