Adding the anygeometry patch ref. #137
This commit is contained in:
parent
aa5957495d
commit
8aee31444a
4 changed files with 75 additions and 2 deletions
10
config.def.h
10
config.def.h
|
|
@ -267,6 +267,16 @@ static unsigned int cursorshape = 2;
|
|||
static unsigned int cols = 80;
|
||||
static unsigned int rows = 24;
|
||||
|
||||
#if ANYGEOMETRY_PATCH
|
||||
/*
|
||||
* Whether to use pixel geometry or cell geometry
|
||||
*/
|
||||
|
||||
static Geometry geometry = CellGeometry; // or PixelGeometry to use the below size
|
||||
static unsigned int width = 564;
|
||||
static unsigned int height = 364;
|
||||
#endif // ANYGEOMETRY_PATCH
|
||||
|
||||
#if THEMED_CURSOR_PATCH
|
||||
/*
|
||||
* Default shape of the mouse cursor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue