|
CTWM
|
#include "ctwm.h"#include <string.h>#include "functions_internal.h"#include "iconmgr.h"#include "list.h"#include "otp.h"#include "screen.h"#include "win_iconify.h"#include "win_ring.h"#include "win_utils.h"Go to the source code of this file.
Functions | |
| static void | WarpAlongRing (XButtonEvent *ev, bool forward) |
| void | f_warpto_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_warptoiconmgr_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_ring_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_warpring_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void | f_winwarp_impl (int func, void *action, Window w, TwmWindow *tmp_win, XEvent *eventp, int context, bool pulldown) |
| void f_ring_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 125 of file functions_warp.c.
References AddWindowToRing(), UnlinkWindowFromRing(), and WindowIsOnRing.
| void f_warpring_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 139 of file functions_warp.c.
References dpy, and WarpAlongRing().
| void f_warpto_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 30 of file functions_warp.c.
References TwmWindow::class, DeIconify(), dpy, len, TwmWindow::mapped, match(), TwmWindow::name, TwmWindow::next, Scr, and WarpToWindow().
| void f_warptoiconmgr_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 86 of file functions_warp.c.
References dpy, WList::icon, TwmWindow::icon_name, TwmWindow::iconmanagerlist, WList::iconmgr, len, TwmWindow::mapped, TwmWindow::next, OtpRaise(), Scr, IconMgr::twm_win, and WinWin.
| void f_winwarp_impl | ( | int | func, |
| void * | action, | ||
| Window | w, | ||
| TwmWindow * | tmp_win, | ||
| XEvent * | eventp, | ||
| int | context, | ||
| bool | pulldown ) |
Definition at line 159 of file functions_warp.c.
References DeIconify(), Scr, and WarpToWindow().
|
static |
Definition at line 179 of file functions_warp.c.
References TwmWindow::_ring::curs_x, TwmWindow::_ring::curs_y, TwmWindow::_ring::cursor_valid, GetTwmWindow(), TwmWindow::mapped, TwmWindow::_ring::next, TwmWindow::_ring::prev, TwmWindow::ring, Scr, Tmp_win, visible(), WarpToWindow(), and WindowIsOnRing.
Referenced by f_warpring_impl().