Bugfix: Fix display/resizing of colspanned containers

This commit is contained in:
Michael Stapelberg
2009-05-09 18:43:02 +02:00
parent 8e1990f058
commit 3ccc0d7794
4 changed files with 46 additions and 37 deletions

View File

@ -21,7 +21,7 @@ typedef enum { O_HORIZONTAL, O_VERTICAL } resize_orientation_t;
* the table column/row.
*
*/
int resize_graphical_handler(xcb_connection_t *conn, Container *first, Container *second,
int resize_graphical_handler(xcb_connection_t *conn, Workspace *ws, int first, int second,
resize_orientation_t orientation, xcb_button_press_event_t *event);
#endif