CTWM
Loading...
Searching...
No Matches
/usr/src/RPM/BUILD/ctwm-4.1.0/win_ring.h
Go to the documentation of this file.
1/*
2 * Functions related to the window ring.
3 */
4#ifndef _CTWM_WIN_RING_H
5#define _CTWM_WIN_RING_H
6
9
10#define WindowIsOnRing(win) ((win) && (win)->ring.next)
11#define InitWindowNotOnRing(win) ((win)->ring.next = (win)->ring.prev = NULL)
12
13#endif
Info and control for every X Window we take over.
void UnlinkWindowFromRing(TwmWindow *win)
Definition win_ring.c:26
void AddWindowToRing(TwmWindow *win)
Definition win_ring.c:77