CTWM
Loading...
Searching...
No Matches
/usr/src/RPM/BUILD/ctwm-4.1.0/drawing.c File Reference
#include "ctwm.h"
#include "screen.h"
#include "gram.tab.h"
#include "occupation.h"
#include "vscreen.h"
#include "drawing.h"
Include dependency graph for drawing.c:

Go to the source code of this file.

Macros

#define FBGC(gc, fix_fore, fix_back)

Functions

void Draw3DBorder (Window w, int x, int y, int width, int height, int bw, ColorPair cp, ButtonState state, bool fill, bool forcebw)
void PaintWsButton (PWBType which, VirtualScreen *vs, Window w, char *label, ColorPair cp, ButtonState state)

Macro Definition Documentation

◆ FBGC

#define FBGC ( gc,
fix_fore,
fix_back )
Value:
Gcv.foreground = fix_fore;\
Gcv.background = fix_back;\
XChangeGC(dpy, gc, GCForeground|GCBackground,&Gcv)
XGCValues Gcv
Definition ctwm_main.c:126
Display * dpy
Definition ctwm_main.c:84

Definition at line 28 of file drawing.c.

Referenced by Draw3DBorder().

Function Documentation

◆ Draw3DBorder()

◆ PaintWsButton()