diff options
author | fluxgen <fluxgen> | 2003-09-15 20:13:24 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-09-15 20:13:24 (GMT) |
commit | 55e22bb42c1ed810fd5280e6f4977f45bb355d3d (patch) | |
tree | 1f45e2dcbd5170dbd19d88a53af7fbd35f5c63a9 /src | |
parent | 56b9ef14babef1f2e6b3ad348abb2609856e52f7 (diff) | |
download | fluxbox-55e22bb42c1ed810fd5280e6f4977f45bb355d3d.zip fluxbox-55e22bb42c1ed810fd5280e6f4977f45bb355d3d.tar.bz2 |
minor fix
Diffstat (limited to 'src')
-rw-r--r-- | src/Container.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Container.cc b/src/Container.cc index 5c87379..d1d9fd7 100644 --- a/src/Container.cc +++ b/src/Container.cc | |||
@@ -20,7 +20,7 @@ | |||
20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
21 | // DEALINGS IN THE SOFTWARE. | 21 | // DEALINGS IN THE SOFTWARE. |
22 | 22 | ||
23 | // $Id: Container.cc,v 1.3 2003/09/08 16:28:32 fluxgen Exp $ | 23 | // $Id: Container.cc,v 1.4 2003/09/15 20:13:24 fluxgen Exp $ |
24 | 24 | ||
25 | #include "FbTk/Button.hh" | 25 | #include "FbTk/Button.hh" |
26 | #include "Container.hh" | 26 | #include "Container.hh" |
@@ -162,7 +162,7 @@ void Container::setSelected(int pos) { | |||
162 | } | 162 | } |
163 | 163 | ||
164 | void Container::exposeEvent(XExposeEvent &event) { | 164 | void Container::exposeEvent(XExposeEvent &event) { |
165 | clear(); | 165 | clearArea(event.x, event.y, event.width, event.height); |
166 | } | 166 | } |
167 | 167 | ||
168 | void Container::repositionItems() { | 168 | void Container::repositionItems() { |