summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-01-08 16:23:17 +0100
committerDave Davenport <qball@gmpclient.org>2017-01-08 16:23:17 +0100
commit8543ac8438c524cc5a743beaaf5459adee445645 (patch)
tree3d7dcf215b045fee7e73d9593f7f21f16c5c5c0d /source
parent3944a5bde21f0d87b4e834be01e79a802e3a708e (diff)
Fix doxygen.
Diffstat (limited to 'source')
-rw-r--r--source/rofi.c3
-rw-r--r--source/theme.c1
2 files changed, 3 insertions, 1 deletions
diff --git a/source/rofi.c b/source/rofi.c
index f10cba4c..38db3e66 100644
--- a/source/rofi.c
+++ b/source/rofi.c
@@ -578,8 +578,9 @@ static void error_trap_pop ( G_GNUC_UNUSED SnDisplay *display, xcb_connection_t
xcb_flush ( xdisplay );
--error_trap_depth;
}
-
+/** Retry count of grabbing keyboard. */
unsigned int lazy_grab_retry_count_kb = 0;
+/** Retry count of grabbing pointer. */
unsigned int lazy_grab_retry_count_pt = 0;
static gboolean lazy_grab_pointer ( G_GNUC_UNUSED gpointer data )
{
diff --git a/source/theme.c b/source/theme.c
index 080bb1e5..42fb47c4 100644
--- a/source/theme.c
+++ b/source/theme.c
@@ -9,6 +9,7 @@
#include "widgets/textbox.h"
#include "view.h"
+/** Logging domain for theme */
#define LOG_DOMAIN "Theme"
void yyerror ( YYLTYPE *ylloc, const char *);