diff options
| author | Ray Strode <rstrode@redhat.com> | 2008-05-30 11:22:15 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2008-05-30 11:22:15 -0400 |
| commit | cfc075c300d8901d5bc43255b2e91eec19185eaa (patch) | |
| tree | d26f98cdc541c7427144b33ff234a036239f9359 /src | |
| parent | 8aeea7fb1504c68c62e9fef795439077bf2a01ab (diff) | |
| download | plymouth-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.c | 2 |
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; |
