summaryrefslogtreecommitdiff
path: root/src/graphics_cs_x11.c
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2020-06-03 04:17:40 -0500
committerepoch <epoch@hacking.allowed.org>2020-06-03 04:17:40 -0500
commitd81cae390c480f689cb2bd2dd6f1f48fc3cf0224 (patch)
treeb1251ef26674b3243fed8ea9d7bd4da6f5d59891 /src/graphics_cs_x11.c
parentb2eb287d79dac568e2f5104424720ee8ffa618b5 (diff)
downloadhackvr-d81cae390c480f689cb2bd2dd6f1f48fc3cf0224.tar.gz
hackvr-d81cae390c480f689cb2bd2dd6f1f48fc3cf0224.zip
mass rename of group_rot to group_rel
Diffstat (limited to 'src/graphics_cs_x11.c')
-rw-r--r--src/graphics_cs_x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics_cs_x11.c b/src/graphics_cs_x11.c
index 8bf8cfa..0395a38 100644
--- a/src/graphics_cs_x11.c
+++ b/src/graphics_cs_x11.c
@@ -255,7 +255,7 @@ void x11_keypress_handler(XKeyEvent *xkey,int x,int y) {
radians tmprad2;
real tmpx;
int i;
- c3_group_rot_t *gr;
+ c3_group_rel_t *gr;
int sym=XLookupKeysym(xkey,0);
real tmpz;
switch(gra_global.input_mode) {