all repos — fluxbox @ 7de46de6beaab57bc13d61efcc217b2c669220b1

custom fork of the fluxbox windowmanager

added resizeClient and sendConfigureNotify
fluxgen fluxgen
commit

7de46de6beaab57bc13d61efcc217b2c669220b1

parent

5e9d9bbed51a00f07e4aaf0b194b8574f0fa596b

1 files changed, 4 insertions(+), 2 deletions(-)

jump to
M src/Window.hhsrc/Window.hh

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Window.hh,v 1.55 2003/04/15 14:39:15 fluxgen Exp $ +// $Id: Window.hh,v 1.56 2003/04/15 18:56:42 fluxgen Exp $ #ifndef WINDOW_HH #define WINDOW_HH

@@ -347,7 +347,9 @@ void upsize();

void downsize(); void right_fixsize(int *x = 0, int *y = 0); void left_fixsize(int *x = 0, int *y = 0); - + void resizeClient(WinClient &client, unsigned int width, unsigned int height); + /// sends configurenotify to all clients + void sendConfigureNotify(); // state and hint signals WinSubject m_hintsig, m_statesig, m_layersig, m_workspacesig, m_diesig;