From c06374378f212f8fe55b7bc08603871be5502aa2 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Mon, 19 Sep 2016 16:59:59 +0000 Subject: Remove fl_ready() not in public API and mostly same as Fl_XXX_Screen_Driver::ready() git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11951 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_x.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Fl_x.cxx') diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index a42385520..b2fadf936 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -283,8 +283,8 @@ int fl_wait(double time_to_wait) { return n; } -// fl_ready() is just like fl_wait(0.0) except no callbacks are done: -int fl_ready() { +// just like fl_wait(0.0) except no callbacks are done: +int Fl_X11_Screen_Driver::poll_or_select() { if (XQLength(fl_display)) return 1; if (!nfds) return 0; // nothing to select or poll # if USE_POLL -- cgit v1.2.3