Home
last modified time | relevance | path

Searched refs:applysizehints (Results 1 – 6 of 6) sorted by relevance

/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/src/
H A Dmousedraghandler.cpp130 client->applysizehints(&winDragClient_->float_size_.width, in mouse_function_resize()
189 client->applysizehints(&new_width, &new_height); in mouse_function_zoom()
H A Dclient.h116 bool applysizehints(int *w, int *h);
H A Dclient.cpp302 applysizehints(&inner.width, &inner.height); in resize_tiling()
313 bool Client::applysizehints(int *w, int *h) { in applysizehints() function in Client
H A Ddecoration.cpp192 client_->applysizehints(&inner.width, &inner.height); in resize_outline()
H A Dfloating.cpp344 client->applysizehints(&new_width, &new_height); in resize_by_delta()
/dports/x11-wm/dwm/dwm-6.2/
H A Ddwm.c146 static int applysizehints(Client *c, int *x, int *y, int *w, int *h, int interact);
315 applysizehints(Client *c, int *x, int *y, int *w, int *h, int interact) in applysizehints() function
1271 if (applysizehints(c, &x, &y, &w, &h, interact)) in resize()