diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-05 01:40:38 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-05 01:40:38 +0000 |
| commit | c7b22b4f9cee63d860ad4f6617cd5210299b9d8b (patch) | |
| tree | bb43bea1cc7d773a142621db865ddccc32c2ac70 /src/openbox.i | |
| parent | b9a7f6fbcbc1b3cef535091531bd05bbb9b385a1 (diff) | |
transient window support..halfway
Diffstat (limited to 'src/openbox.i')
| -rw-r--r-- | src/openbox.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openbox.i b/src/openbox.i index 1b227568..508b678c 100644 --- a/src/openbox.i +++ b/src/openbox.i @@ -32,7 +32,7 @@ OBClient *client(int i) { if (i >= (int)self->clients.size()) return NULL; - ob::OBScreen::ClientList::iterator it = self->clients.begin(); + ob::OBClient::List::iterator it = self->clients.begin(); std::advance(it,i); return *it; } |
