|
CTWM
|
#include "ctwm.h"#include <sys/select.h>#include "screen.h"#include "icons.h"#include "cursor.h"#include "image.h"#include "gram.tab.h"#include "list.h"#include "vscreen.h"#include "win_decorations.h"#include "win_utils.h"#include "workspace_manager.h"#include "mask_screen.h"Go to the source code of this file.
Functions | |
| static void | PaintAllDecoration (void) |
| void | MaskScreen (char *file) |
| void | UnmaskScreen (void) |
| void MaskScreen | ( | char * | file | ) |
Definition at line 33 of file mask_screen.c.
References AlternateCmap, CLarg, dpy, GetImage(), NewFontCursor(), Scr, x, and y.
Referenced by ctwm_main().
|
static |
Definition at line 244 of file mask_screen.c.
References TwmWindow::class, TwmWindow::frame_bw3D, TwmWindow::highlight, TwmWindow::icon, TwmWindow::icon_on, LookInList(), TwmWindow::mapped, TwmWindow::name, TwmWindow::next, VirtualScreen::next, PaintBorders(), PaintIcon(), PaintTitle(), PaintTitleButtons(), PaintWorkSpaceManager(), Scr, TwmWindow::title_w, TwmWindow::titlebuttons, visible(), Icon::w, and Icon::w_not_ours.
Referenced by UnmaskScreen().
| void UnmaskScreen | ( | void | ) |
Definition at line 121 of file mask_screen.c.
References CLarg, dpy, FreeImage(), PaintAllDecoration(), and Scr.
Referenced by ctwm_main().