aboutsummaryrefslogtreecommitdiff
path: root/src/Container.cc
diff options
context:
space:
mode:
authorrathnor <rathnor>2004-05-04 14:33:38 (GMT)
committerrathnor <rathnor>2004-05-04 14:33:38 (GMT)
commitd95fcc2dbba7fdf3884452bd69c352c87ae1e57b (patch)
treeb232dbadf1898049ee0fdd9cedbb00852c44d29c /src/Container.cc
parente127dabae691ee567aaedb84a2d7456c72991978 (diff)
downloadfluxbox-d95fcc2dbba7fdf3884452bd69c352c87ae1e57b.zip
fluxbox-d95fcc2dbba7fdf3884452bd69c352c87ae1e57b.tar.bz2
Event Manager fixes/review
Diffstat (limited to 'src/Container.cc')
-rw-r--r--src/Container.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Container.cc b/src/Container.cc
index a53901d..5d07552 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.13 2004/01/21 13:34:40 fluxgen Exp $ 23// $Id: Container.cc,v 1.14 2004/05/04 14:33:37 rathnor Exp $
24 24
25#include "Container.hh" 25#include "Container.hh"
26 26
@@ -37,7 +37,7 @@ Container::Container(const FbTk::FbWindow &parent):
37} 37}
38 38
39Container::~Container() { 39Container::~Container() {
40 40 // ~FbWindow cleans event manager
41} 41}
42 42
43void Container::resize(unsigned int width, unsigned int height) { 43void Container::resize(unsigned int width, unsigned int height) {