diff options
Diffstat (limited to 'src/Fl_x.cxx')
| -rw-r--r-- | src/Fl_x.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index b6672b269..d4a1f4f12 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -1116,7 +1116,7 @@ static void handle_clipboard_timestamp(int clipboard, Time time) fl_trigger_clipboard_notify(clipboard); } -void fl_clipboard_notify_change() { +void Fl_X11_System_Driver::clipboard_notify_change() { // Reset the timestamps if we've going idle so that you don't // get a bogus immediate trigger next time they're activated. if (fl_clipboard_notify_empty()) { |
