diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-11-10 12:20:29 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-11-10 12:20:29 +0000 |
| commit | b067510b6114844945381293227783bf9fd7a806 (patch) | |
| tree | 5efde47d042e0afc0689a2af1a26f505e146e67d /src/bbwindow.cc | |
| parent | 00b96c7846e715698d0f635887a3eff009deb0c8 (diff) | |
cleanups.
OBScreen almost ready for some action
Diffstat (limited to 'src/bbwindow.cc')
| -rw-r--r-- | src/bbwindow.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bbwindow.cc b/src/bbwindow.cc index ea0bb55c..e9616099 100644 --- a/src/bbwindow.cc +++ b/src/bbwindow.cc @@ -1583,7 +1583,7 @@ BlackboxWindow *BlackboxWindow::getTransientFor(void) const { * move. */ void BlackboxWindow::configure(int dx, int dy, - unsigned int dw, unsigned int dh) { + int dw, int dh) { bool send_event = ((frame.rect.x() != dx || frame.rect.y() != dy) && ! flags.moving); |
