summaryrefslogtreecommitdiff
path: root/src/Fl_win32.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2017-06-01 14:05:47 +0000
committerManolo Gouy <Manolo>2017-06-01 14:05:47 +0000
commit90efebb97e5a97514cfdeb92bdf0bc462099b4cd (patch)
treeea211f7ae6836411d57d3632faf3c26171607d8c /src/Fl_win32.cxx
parent3a390bfb5fd2dc0c0b034c262cf79a6fb1db1e5f (diff)
Divide virtual Fl_Screen_Driver::open_display() in a platform-specific part followed by a platform-independent part.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12245 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_win32.cxx')
-rw-r--r--src/Fl_win32.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_win32.cxx b/src/Fl_win32.cxx
index 7507b6fb4..0491c6bb9 100644
--- a/src/Fl_win32.cxx
+++ b/src/Fl_win32.cxx
@@ -492,7 +492,7 @@ int Fl_WinAPI_Screen_Driver::ready() {
//FILE *LOG=fopen("log.log","w");
-void Fl_WinAPI_Screen_Driver::open_display() {
+void Fl_WinAPI_Screen_Driver::open_display_platform() {
static char beenHereDoneThat = 0;
if (beenHereDoneThat)