fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
  SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation)  

fl_overlay.cxx File Reference

#include <FL/x.H>
#include <FL/fl_draw.H>
#include <stdlib.h>
Include dependency graph for fl_overlay.cxx:

Go to the source code of this file.

Functions

void fl_overlay_clear ()
void fl_overlay_rect (int x, int y, int w, int h)

Variables

static int py
static int pw
static int ph
static ucharbgS = 0L
static ucharbgE = 0L
static ucharbgW = 0L
static int bgy
static int bgw
static int bgh

Variable Documentation

uchar * bgE = 0L

Definition at line 45 of file fl_overlay.cxx.

int bgh

Definition at line 46 of file fl_overlay.cxx.

uchar * bgS = 0L

Definition at line 45 of file fl_overlay.cxx.

uchar * bgW = 0L

Definition at line 45 of file fl_overlay.cxx.

int bgw

Definition at line 46 of file fl_overlay.cxx.

int bgy

Definition at line 46 of file fl_overlay.cxx.