summaryrefslogtreecommitdiffstats
path: root/source/rofi.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/rofi.c')
-rw-r--r--source/rofi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rofi.c b/source/rofi.c
index 76c8f366..4c6dc043 100644
--- a/source/rofi.c
+++ b/source/rofi.c
@@ -257,7 +257,7 @@ static int levenshtein ( const char *s, const char *t )
return dist ( s, t, d, ls, lt, 0, 0 );
}
-Window create_window ( Display *display )
+static Window create_window ( Display *display )
{
XSetWindowAttributes attr;
attr.colormap = map;