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(), PlaceX, 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, PlaceX, 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 DeIconify(), dpy, len, match(), PlaceX, 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.
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(), PlaceX, Scr, and WarpToWindow().
|
static |
Definition at line 179 of file functions_warp.c.
References TwmWindow::_ring::curs_x, TwmWindow::_ring::curs_y, GetTwmWindow(), TwmWindow::_ring::next, PlaceX, TwmWindow::_ring::prev, TwmWindow::ring, Scr, Tmp_win, visible(), WarpToWindow(), and WindowIsOnRing.
Referenced by f_warpring_impl().