mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-09 15:19:11 +02:00
Fix naming convention
This commit is contained in:
parent
4e1c085568
commit
6ee98a32c7
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ workspace_focus_tile(struct cg_workspace *ws, struct cg_tile *tile) {
|
|||
}
|
||||
box->x = tile->tile.x + tile->tile.width / 2;
|
||||
box->y = tile->tile.y + tile->tile.height / 2;
|
||||
message_printf_pos(ws->output, box, CG_MESSAGE_CENTER, "Current frame");
|
||||
message_printf_pos(ws->output, box, CG_MESSAGE_CENTER, "Current tile");
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue