Bugfix: Set focus when table was shrinked and CUR_CELL might have been shrinked
This commit is contained in:
@ -10,6 +10,8 @@
|
||||
*/
|
||||
#include <stdbool.h>
|
||||
|
||||
#include <xcb/xcb.h>
|
||||
|
||||
#include "data.h"
|
||||
|
||||
#ifndef _TABLE_H
|
||||
@ -27,6 +29,6 @@ void init_table();
|
||||
void expand_table_rows(Workspace *workspace);
|
||||
void expand_table_cols(Workspace *workspace);
|
||||
bool cell_exists(int col, int row);
|
||||
void cleanup_table(Workspace *workspace);
|
||||
void cleanup_table(xcb_connection_t *conn, Workspace *workspace);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user