summaryrefslogtreecommitdiff
path: root/src/drivers/X11
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/X11')
-rw-r--r--src/drivers/X11/Fl_X11_Screen_Driver.cxx3
-rw-r--r--src/drivers/X11/Fl_X11_System_Driver.cxx2
2 files changed, 2 insertions, 3 deletions
diff --git a/src/drivers/X11/Fl_X11_Screen_Driver.cxx b/src/drivers/X11/Fl_X11_Screen_Driver.cxx
index 9e7c68af4..7dccf0052 100644
--- a/src/drivers/X11/Fl_X11_Screen_Driver.cxx
+++ b/src/drivers/X11/Fl_X11_Screen_Driver.cxx
@@ -110,8 +110,7 @@ static double missed_timeout_by;
/**
Creates a driver that manages all screen and display related calls.
- This function must be implemented once for every platform. It is called
- when the static members of the class "Fl" are created.
+ This function must be implemented once for every platform.
*/
Fl_Screen_Driver *Fl_Screen_Driver::newScreenDriver()
{
diff --git a/src/drivers/X11/Fl_X11_System_Driver.cxx b/src/drivers/X11/Fl_X11_System_Driver.cxx
index 08f3f1e14..fb923f22f 100644
--- a/src/drivers/X11/Fl_X11_System_Driver.cxx
+++ b/src/drivers/X11/Fl_X11_System_Driver.cxx
@@ -66,7 +66,7 @@ const char* fl_local_meta = "Meta";
const char* fl_local_shift = "Shift";
/**
- Creates a driver that manages all screen and display related calls.
+ Creates a driver that manages all system related calls.
This function must be implemented once for every platform.
*/