summaryrefslogtreecommitdiffstats
path: root/source/x11-helper.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-03-24 09:51:57 +0100
committerDave Davenport <qball@gmpclient.org>2017-03-24 09:51:57 +0100
commit0900b0d925113db76da018f678785340106741f1 (patch)
treeb7c5df46cd99dc5c8b4f9121da4d7336d2cf57bd /source/x11-helper.c
parent254aac8dc79d1de2a77dd22bcf22435bfd82a057 (diff)
README: Call run-mode application launcher
Diffstat (limited to 'source/x11-helper.c')
-rw-r--r--source/x11-helper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/x11-helper.c b/source/x11-helper.c
index 4b5dea57..67d3e74e 100644
--- a/source/x11-helper.c
+++ b/source/x11-helper.c
@@ -881,6 +881,7 @@ xcb_window_t xcb_stuff_get_root_window ( xcb_stuff *xcb )
void xcb_stuff_wipe ( xcb_stuff *xcb )
{
if ( xcb->connection != NULL ) {
+ g_log ( LOG_DOMAIN, G_LOG_LEVEL_DEBUG, "Cleaning up XCB and XKB" );
if ( xcb->sncontext != NULL ) {
sn_launchee_context_unref ( xcb->sncontext );
xcb->sncontext = NULL;