mirror of
https://github.com/fltk/fltk.git
synced 2026-05-21 22:51:41 +08:00
Complete proper initialisation of the unique Fl_Cocoa_Screen_Driver object.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@13038 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -83,6 +83,7 @@ Fl_Cocoa_Screen_Driver::Fl_Cocoa_Screen_Driver() {
|
||||
|
||||
void Fl_Cocoa_Screen_Driver::init()
|
||||
{
|
||||
open_display();
|
||||
CGDirectDisplayID displays[MAX_SCREENS];
|
||||
CGDisplayCount count, i;
|
||||
CGRect r;
|
||||
|
||||
Reference in New Issue
Block a user