]> git.proxmox.com Git - spiceterm.git/blobdiff - spiceterm.h
rename vncterm to spiceterm
[spiceterm.git] / spiceterm.h
index 31c914d7ce2e85876850ebfa85510f5f5415d3de..9a3f25ec794250efdfae0673f67341ca82609773 100644 (file)
@@ -10,7 +10,7 @@ typedef struct TextCell {
   TextAttributes attrib;
 } TextCell;
 
-typedef struct vncTerm {
+typedef struct spiceTerm {
   int maxx;
   int maxy;
 
@@ -73,7 +73,7 @@ typedef struct vncTerm {
 
   unsigned int report_mouse:1;
 
-} vncTerm;
+} spiceTerm;
 
 /* Unicode translations copied from kernel source consolemap.c */