commit cursetree
This commit is contained in:
parent
7f4f9941de
commit
9b0e752b8a
8 changed files with 95 additions and 37 deletions
|
|
@ -1,15 +1,11 @@
|
|||
#ifndef _CURSETREE_SURFACE_H
|
||||
#define _CURSETREE_SURFACE_H
|
||||
|
||||
/* Initial row and column coordinates */
|
||||
#define ROW0 1
|
||||
#define COL0 1
|
||||
|
||||
typedef unsigned short pos;
|
||||
#include "_ct_shared.h"
|
||||
|
||||
typedef struct ct_surface {
|
||||
pos x, y, w, h;
|
||||
char **buf;
|
||||
glyph **buf;
|
||||
pos vcx, vcy; /* virtual cursor position */
|
||||
} surface;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue