#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/Xmd.h>
#include <X11/Xatom.h>
#include <X11/Xproto.h>
#include <X11/Xresource.h>
Go to the source code of this file.
Functions | |
int | grab_server () |
int | ungrab_server () |
Bool | is_server_grabbed () |
Bool | get_drawable_size (Drawable d, unsigned int *ret_w, unsigned int *ret_h) |
Drawable | validate_drawable (Drawable d, unsigned int *pwidth, unsigned int *pheight) |
void | backtrace_window (const char *file, int line, Window w) |
Window | get_parent_window (Window w) |
Window | get_topmost_parent (Window w, Window *desktop_w) |
void backtrace_window | ( | const char * | file, | |
int | line, | |||
Window | w | |||
) |
Bool get_drawable_size | ( | Drawable | d, | |
unsigned int * | ret_w, | |||
unsigned int * | ret_h | |||
) |
Window get_parent_window | ( | Window | w | ) |
Window get_topmost_parent | ( | Window | w, | |
Window * | desktop_w | |||
) |
int grab_server | ( | ) |
Bool is_server_grabbed | ( | ) |
int ungrab_server | ( | ) |
Drawable validate_drawable | ( | Drawable | d, | |
unsigned int * | pwidth, | |||
unsigned int * | pheight | |||
) |