summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2008-05-30 11:22:15 -0400
committerRay Strode <rstrode@redhat.com>2008-05-30 11:22:15 -0400
commitcfc075c300d8901d5bc43255b2e91eec19185eaa (patch)
treed26f98cdc541c7427144b33ff234a036239f9359 /src
parent8aeea7fb1504c68c62e9fef795439077bf2a01ab (diff)
downloadplymouth-cfc075c300d8901d5bc43255b2e91eec19185eaa.tar.gz
plymouth-cfc075c300d8901d5bc43255b2e91eec19185eaa.tar.xz
plymouth-cfc075c300d8901d5bc43255b2e91eec19185eaa.zip
Mark ply_window_set_unbuffered_input static
Diffstat (limited to 'src')
-rw-r--r--src/ply-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ply-window.c b/src/ply-window.c
index df13861..fc202b4 100644
--- a/src/ply-window.c
+++ b/src/ply-window.c
@@ -238,7 +238,7 @@ on_key_event (ply_window_t *window)
check_buffer_for_key_events (window);
}
-bool
+static bool
ply_window_set_unbuffered_input (ply_window_t *window)
{
struct termios term_attributes;