diff options
author | fluxgen <fluxgen> | 2002-05-17 11:55:41 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2002-05-17 11:55:41 (GMT) |
commit | eb8234442e9135b10bc26a11ba2d6c8b4e1db2de (patch) | |
tree | 1d9983adce7247a84852edec6a5c110ea8dfbdf2 /src/BaseDisplay.cc | |
parent | f44b75536312fa5adc4627b799ede6c82c397897 (diff) | |
download | fluxbox-eb8234442e9135b10bc26a11ba2d6c8b4e1db2de.zip fluxbox-eb8234442e9135b10bc26a11ba2d6c8b4e1db2de.tar.bz2 |
more const
Diffstat (limited to 'src/BaseDisplay.cc')
-rw-r--r-- | src/BaseDisplay.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/BaseDisplay.cc b/src/BaseDisplay.cc index df07e2e..1006ed5 100644 --- a/src/BaseDisplay.cc +++ b/src/BaseDisplay.cc | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: BaseDisplay.cc,v 1.13 2002/04/08 22:23:41 fluxgen Exp $ | 25 | // $Id: BaseDisplay.cc,v 1.14 2002/05/17 11:55:41 fluxgen Exp $ |
26 | 26 | ||
27 | // use GNU extensions | 27 | // use GNU extensions |
28 | #ifndef _GNU_SOURCE | 28 | #ifndef _GNU_SOURCE |
@@ -322,7 +322,7 @@ void BaseDisplay::eventLoop(void) { | |||
322 | } | 322 | } |
323 | 323 | ||
324 | 324 | ||
325 | const bool BaseDisplay::validateWindow(Window window) { | 325 | bool BaseDisplay::validateWindow(Window window) { |
326 | XEvent event; | 326 | XEvent event; |
327 | if (XCheckTypedWindowEvent(m_display, window, DestroyNotify, &event)) { | 327 | if (XCheckTypedWindowEvent(m_display, window, DestroyNotify, &event)) { |
328 | XPutBackEvent(m_display, &event); | 328 | XPutBackEvent(m_display, &event); |