ReactOS 0.4.16-dev-470-g91b8923
|
Go to the source code of this file.
Macros | |
#define | _NET_WM_STATE_REMOVE 0 /* remove/unset property */ |
#define | _NET_WM_STATE_ADD 1 /* add/set property */ |
#define | _NET_WM_STATE_TOGGLE 2 /* toggle property */ |
Functions | |
static int | get_property_value (RDPCLIENT *This, Window wnd, char *propname, long max_length, unsigned long *nitems_return, unsigned char **prop_return, int nowarn) |
static int | get_current_desktop (RDPCLIENT *This) |
int | get_current_workarea (RDPCLIENT *This, uint32 *x, uint32 *y, uint32 *width, uint32 *height) |
void | ewmh_init (RDPCLIENT *This) |
int | ewmh_get_window_state (RDPCLIENT *This, Window w) |
static int | ewmh_modify_state (RDPCLIENT *This, Window wnd, int add, Atom atom1, Atom atom2) |
int | ewmh_change_state (RDPCLIENT *This, Window wnd, int state) |
int | ewmh_get_window_desktop (RDPCLIENT *This, Window wnd) |
int | ewmh_move_to_desktop (RDPCLIENT *This, Window wnd, unsigned int desktop) |
void | ewmh_set_wm_name (RDPCLIENT *This, Window wnd, const char *title) |
int | ewmh_set_window_popup (RDPCLIENT *This, Window wnd) |
int | ewmh_set_window_modal (RDPCLIENT *This, Window wnd) |
Definition at line 30 of file ewmhints.c.
Definition at line 29 of file ewmhints.c.
Definition at line 31 of file ewmhints.c.
Definition at line 321 of file ewmhints.c.
Referenced by ui_seamless_setstate().
Definition at line 346 of file ewmhints.c.
Referenced by xwin_process_events().
Definition at line 191 of file ewmhints.c.
Referenced by xwin_process_events().
Definition at line 167 of file ewmhints.c.
|
static |
Definition at line 227 of file ewmhints.c.
Referenced by ewmh_change_state(), ewmh_set_window_modal(), and ewmh_set_window_popup().
Definition at line 368 of file ewmhints.c.
Referenced by sw_all_to_desktop().
Definition at line 411 of file ewmhints.c.
Referenced by ui_seamless_create_window().
Definition at line 402 of file ewmhints.c.
Referenced by ui_seamless_create_window().
Definition at line 391 of file ewmhints.c.
Referenced by ui_seamless_create_window(), and ui_seamless_settitle().
Definition at line 95 of file ewmhints.c.
Referenced by get_current_workarea().
int get_current_workarea | ( | RDPCLIENT * | This, |
uint32 * | x, | ||
uint32 * | y, | ||
uint32 * | width, | ||
uint32 * | height | ||
) |
Definition at line 123 of file ewmhints.c.
|
static |
Definition at line 38 of file ewmhints.c.
Referenced by ewmh_get_window_desktop(), ewmh_get_window_state(), ewmh_modify_state(), get_current_desktop(), and get_current_workarea().