summaryrefslogtreecommitdiff
path: root/src/screen.h
diff options
context:
space:
mode:
authorAndrzej Rybczak <electricityispower@gmail.com>2014-09-03 21:27:43 +0200
committerAndrzej Rybczak <electricityispower@gmail.com>2014-09-03 21:27:43 +0200
commit5ce193303b8b2927e6741331f1266f0fe80962ff (patch)
tree595306e84197584f99d82dbbd52481693e2d6f05 /src/screen.h
parentfb0b2158e31f9aab45512413565e133e60b1d7f8 (diff)
fix color of window separators in media library etc.
Diffstat (limited to 'src/screen.h')
-rw-r--r--src/screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screen.h b/src/screen.h
index 758ce6bc..a958d539 100644
--- a/src/screen.h
+++ b/src/screen.h
@@ -25,6 +25,7 @@
#include "scrollpad.h"
#include "screen_type.h"
+void drawSeparator(int x);
void genericMouseButtonPressed(NC::Window &w, MEVENT me);
void scrollpadMouseButtonPressed(NC::Scrollpad &w, MEVENT me);