HomeSort by: relevance | last modified time | path
    Searched refs:squeezed (Results 1 - 12 of 12) sorted by relevancy

  /xsrc/external/mit/ctwm/dist/
win_ops.c 149 if(Scr->Focus->AutoSqueeze && !Scr->Focus->squeezed) {
164 if(tmp_win->AutoSqueeze && tmp_win->squeezed) {
210 if(Scr->RaiseWhenAutoUnSqueeze && tmp_win->squeezed) {
218 * Toggle a window's squeezed state.
231 if(tmp_win->squeezed) {
232 tmp_win->squeezed = false;
264 tmp_win->squeezed = true;
twm_window_struct.h 90 int actual_frame_x; ///< Saved frame_x when squeezed
91 int actual_frame_y; ///< Saved frame_y when squeezed
92 unsigned int actual_frame_width; ///< Saved frame_width when squeezed
93 unsigned int actual_frame_height; ///< Saved frame_height when squeezed
176 bool squeezed; ///< Is the window squeezed ? member in struct:TwmWindow
ctwm_shutdown.c 57 // If it's squeezed, unsqueeze it.
58 if(tmp->squeezed) {
win_decorations.c 197 * get squeezed, so we need to call that first so the block can
219 * x-ref above comment. We set squeezed=false here so
221 * passing the squeezed width. The remaining values are
289 /* Write in new values, if the window isn't squeezed away */
290 if(!tmp_win->squeezed) {
295 /* If it is squeezed, stash values for when we unsqueeze */
296 if(tmp_win->squeezed) {
494 * window as well; when the window is squeezed away, the titlebar is
534 if(tmp->squeeze_info && !tmp->squeezed) {
536 * Titlebar is squeezed and window is shown, so we need t
    [all...]
functions_win.c 520 if(tmp_win->squeezed) {
536 if(tmp_win->squeezed ||
functions_win_moveresize.c 702 if(tmp_win->squeezed) {
796 if(tmp_win->squeezed) {
886 if(tmp_win->squeezed) {
1034 if(tmp_win->squeezed) {
vscreen.c 291 if(!tmp_win->squeezed) {
win_iconify.c 498 if(!t->squeezed) {
win_resize.c 907 if(tmp_win->squeezed) {
event_handlers.c 386 if(Tmp_win->AutoSqueeze && Tmp_win->squeezed) {
413 if(Tmp_win->AutoSqueeze && !Tmp_win->squeezed) {
1962 if(Tmp_win->squeezed) {
add_window.c 183 tmp_win->squeezed = false;
ewmh.c 2173 if(twm_win->squeezed) {

Completed in 39 milliseconds