CTWM
Loading...
Searching...
No Matches
Functions | Variables
/usr/src/RPM/BUILD/ctwm-4.1.0/workspace_config.c File Reference
#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"
Include dependency graph for workspace_config.c:

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
 

Function Documentation

◆ AddWorkSpace()

void AddWorkSpace ( const char * name,
const char * background,
const char * foreground,
const char * backback,
const char * backfore,
const char * backpix )

◆ WMapCreateCurrentBackGround()

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.

◆ WMapCreateDefaultBackGround()

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.

Variable Documentation

◆ useBackgroundInfo

bool useBackgroundInfo
extern

Definition at line 37 of file workspace_utils.c.

Referenced by AddWorkSpace().