mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 06:56:24 +08:00
Remove temporary code used for development of the scaling support.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12257 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -367,16 +367,6 @@ void Fl_X11_Screen_Driver::init() {
|
||||
}
|
||||
}
|
||||
}
|
||||
/*#if __APPLE_CC__ && USE_XFT // TMP simulate 2 screens under XQuartz
|
||||
if (strstr(getenv("DISPLAY"), "xquartz")) {
|
||||
num_screens = 2;
|
||||
screens[1].x_org = screens[0].width/2;;
|
||||
screens[1].y_org = screens[0].y_org;
|
||||
screens[1].width = screens[0].width = screens[0].width/2;
|
||||
screens[1].height = screens[0].height;
|
||||
screens[1].scale = screens[0].scale = 1;
|
||||
}
|
||||
#endif*/
|
||||
init_workarea();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user