Changeset 6674 for trunk/WINDOW/AW_window.cxx
- Timestamp:
- 31/05/10 15:36:42 (2 years ago)
- Files:
-
- 1 modified
-
trunk/WINDOW/AW_window.cxx (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WINDOW/AW_window.cxx
r6666 r6674 255 255 256 256 static void destroy_AW_root() { 257 delete AW_root::SINGLETON; 257 delete AW_root::SINGLETON; AW_root::SINGLETON = NULL; 258 258 } 259 259 … … 273 273 274 274 AW_root::~AW_root() { 275 exit_root(); 275 276 exit_variables(); 276 277 aw_assert(this == AW_root::SINGLETON); … … 1488 1489 aw_install_xkeys(XtDisplay(p_r->toplevel_widget)); 1489 1490 1491 } 1492 1493 void AW_root::exit_root() { 1494 aw_uninstall_xkeys(); 1490 1495 } 1491 1496
