CTWM
|
#include "ctwm.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "image.h"
#include "list.h"
#include "occupation.h"
#include "screen.h"
#include "util.h"
#include "workspace_config.h"
#include "workspace_utils.h"
Go to the source code of this file.
Functions | |
void | AddWorkSpace (const char *name, const char *background, const char *foreground, const char *backback, const char *backfore, const char *backpix) |
void | WMapCreateCurrentBackGround (const char *border, const char *background, const char *foreground, const char *pixmap) |
void | WMapCreateDefaultBackGround (const char *border, const char *background, const char *foreground, const char *pixmap) |
Variables | |
bool | useBackgroundInfo |
void AddWorkSpace | ( | const char * | name, |
const char * | background, | ||
const char * | foreground, | ||
const char * | backback, | ||
const char * | backfore, | ||
const char * | backpix ) |
Definition at line 36 of file workspace_config.c.
References fullOccupation, GetColor(), GetImage(), GetShadeColors(), MAXWORKSPACE, WorkSpace::next, PlaceX, Scr, and useBackgroundInfo.
void WMapCreateCurrentBackGround | ( | const char * | border, |
const char * | background, | ||
const char * | foreground, | ||
const char * | pixmap ) |
Definition at line 136 of file workspace_config.c.
References WorkSpaceMgr::curBorderColor, GetColor(), GetImage(), PlaceX, and Scr.
void WMapCreateDefaultBackGround | ( | const char * | border, |
const char * | background, | ||
const char * | foreground, | ||
const char * | pixmap ) |
Definition at line 178 of file workspace_config.c.
References WorkSpaceMgr::defBorderColor, GetColor(), GetImage(), PlaceX, and Scr.
|
extern |
Definition at line 37 of file workspace_utils.c.
Referenced by AddWorkSpace().