Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TGResourcePool.cxx File Reference
#include "RConfigure.h"
#include "TGResourcePool.h"
#include "TGWindow.h"
#include "TROOT.h"
#include "TSystem.h"
#include "TEnv.h"
#include "TVirtualX.h"
#include "TGGC.h"
#include "TGPicture.h"
#include "TGFont.h"
#include "TGMimeTypes.h"
Include dependency graph for TGResourcePool.cxx:

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 

Variables

static unsigned char gray_bits []
 
const int gray_height = 8
 
const int gray_width = 8
 

Variable Documentation

◆ gray_bits

unsigned char gray_bits[]
static
Initial value:
= {
0x55, 0xaa, 0x55, 0xaa,
0x55, 0xaa, 0x55, 0xaa
}

Definition at line 48 of file TGResourcePool.cxx.

◆ gray_height

const int gray_height = 8

Definition at line 47 of file TGResourcePool.cxx.

◆ gray_width

const int gray_width = 8

Definition at line 46 of file TGResourcePool.cxx.