summaryrefslogtreecommitdiffstats
path: root/include/xcb-internal.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-10-15 15:39:08 +0200
committerDave Davenport <qball@gmpclient.org>2016-10-15 15:39:08 +0200
commitf0981d66972c07127f4bd7b54ab1b9dc7e0a91e9 (patch)
tree1122aec0001bc61bacc917767b6377ff233ace07 /include/xcb-internal.h
parent9293c8b8ce5580c3be0d29366ca4287a706ee03e (diff)
Indenting, comments
Diffstat (limited to 'include/xcb-internal.h')
-rw-r--r--include/xcb-internal.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/xcb-internal.h b/include/xcb-internal.h
index dc4d5db2..cf09da08 100644
--- a/include/xcb-internal.h
+++ b/include/xcb-internal.h
@@ -1,6 +1,6 @@
#ifndef ROFI_XCB_INTERNAL_H
#define ROFI_XCB_INTERNAL_H
-
+/** Indication we accept that startup notification api is not yet frozen */
#define SN_API_NOT_YET_FROZEN
#include <libsn/sn.h>
@@ -10,7 +10,6 @@
/**
* Structure to keep xcb stuff around.
*/
-
struct _xcb_stuff
{
xcb_connection_t *connection;