CTWM
|
#include "ctwm.h"
#include <stdio.h>
#include <stdlib.h>
#include <X11/Xatom.h>
#include "screen.h"
#include "add_window.h"
#include "list.h"
#include "windowbox.h"
#include "win_decorations.h"
#include "win_resize.h"
#include "win_utils.h"
#include "xparsegeometry.h"
Go to the source code of this file.
Functions | |
name_list ** | addWindowBox (char *boxname, char *geometry) |
void | createWindowBoxes (void) |
WindowBox * | findWindowBox (TwmWindow *twmwin) |
void | ConstrainedToWinBox (TwmWindow *twmwin, int x, int y, int *nx, int *ny) |
void | fittocontent (TwmWindow *twmwin) |
Definition at line 22 of file windowbox.c.
Definition at line 118 of file windowbox.c.
References dpy, PlaceX, x, and y.
Referenced by AddWindow().
Definition at line 40 of file windowbox.c.
References AddWindow(), AWT_WINDOWBOX, dpy, PlaceX, RLayoutXParseGeometry(), Scr, x, and y.
Referenced by ctwm_main().
Definition at line 98 of file windowbox.c.
References LookInList(), PlaceX, Scr, and visible().
Referenced by AddWindow().
Definition at line 139 of file windowbox.c.
References TwmWindow::frame_x, PlaceX, Scr, SetupWindow(), x, and y.