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.hh | |
| parent | 00b96c7846e715698d0f635887a3eff009deb0c8 (diff) | |
cleanups.
OBScreen almost ready for some action
Diffstat (limited to 'src/bbwindow.hh')
| -rw-r--r-- | src/bbwindow.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bbwindow.hh b/src/bbwindow.hh index b7472323..8417d1bc 100644 --- a/src/bbwindow.hh +++ b/src/bbwindow.hh @@ -384,7 +384,7 @@ public: void ungrabButtons(void); void installColormap(bool install); void restore(bool remap); - void configure(int dx, int dy, unsigned int dw, unsigned int dh); + void configure(int dx, int dy, int dw, int dh); void setWorkspace(unsigned int n); void changeBlackboxHints(const BlackboxHints *net); void restoreAttributes(void); |
