fix memory leak when swallowing windows
This commit is contained in:
@ -9,6 +9,12 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
/**
|
||||
* Frees an i3Window and all its members.
|
||||
*
|
||||
*/
|
||||
void window_free(i3Window *win);
|
||||
|
||||
/**
|
||||
* Updates the WM_CLASS (consisting of the class and instance) for the
|
||||
* given window.
|
||||
|
Reference in New Issue
Block a user