Remove border-width property from window.

This commit is contained in:
Dave Davenport
2017-01-03 15:57:40 +01:00
parent 861b52a523
commit b60ca07f1f
4 changed files with 15 additions and 44 deletions

View File

@@ -30,14 +30,5 @@ window * window_create ( const char *name );
* Add a widget to the window.
*/
void window_add ( window *window, widget *child );
/**
* @param window Handle to the window widget.
*
* Get the border width of the widget.
*
* @returns the border width (times 2) of the widget.
*/
int window_get_border_width ( const window *window );
/*@}*/
#endif // ROFI_WINDOW_H