summaryrefslogtreecommitdiffstats
path: root/src/shift.h
diff options
context:
space:
mode:
authormongo <mongo@iomega>2016-04-15 16:20:17 -0300
committermongo <mongo@iomega>2016-04-15 16:20:17 -0300
commitf686ba184e0af3fd37aa8a743631a7a376f30843 (patch)
treee9a48dc691511a2961f93163944ba0ca1a84e5b3 /src/shift.h
parentc0a088d7a4bc61e6e69fa5bd8964c39f68507c71 (diff)
Renamed src.scim2 to src
Diffstat (limited to 'src/shift.h')
-rwxr-xr-xsrc/shift.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/shift.h b/src/shift.h
new file mode 100755
index 0000000..a25fafd
--- /dev/null
+++ b/src/shift.h
@@ -0,0 +1,6 @@
+void shift_cells(int type, int arg, int delta);
+void shift_cells_up(int deltarows, int deltacols);
+void shift_cells_down(int deltarows, int deltacols);
+void shift_cells_left(int deltarows, int deltacols);
+void shift_cells_right(int deltarows, int deltacols);
+void shift_range(int delta_rows, int delta_cols, int tlrow, int tlcol, int brrow, int brcol);