mirror of
https://github.com/fltk/fltk.git
synced 2026-05-31 13:55:38 +08:00
Remove static bool Fl_Display_Device::high_resolution() which may not be really useful.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11949 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -83,7 +83,6 @@ class FL_EXPORT Fl_Display_Device : public Fl_Surface_Device {
|
|||||||
Fl_Display_Device(Fl_Graphics_Driver *graphics_driver);
|
Fl_Display_Device(Fl_Graphics_Driver *graphics_driver);
|
||||||
public:
|
public:
|
||||||
static Fl_Display_Device *display_device();
|
static Fl_Display_Device *display_device();
|
||||||
static bool high_resolution();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -78,11 +78,6 @@ Fl_Display_Device *Fl_Display_Device::display_device() {
|
|||||||
return display;
|
return display;
|
||||||
};
|
};
|
||||||
|
|
||||||
/** Returns whether the drawing system is currently targetted to a high resolution display */
|
|
||||||
bool Fl_Display_Device::high_resolution()
|
|
||||||
{
|
|
||||||
return Fl_Display_Device::display_device()->driver()->high_resolution();
|
|
||||||
}
|
|
||||||
|
|
||||||
Fl_Surface_Device *Fl_Surface_Device::default_surface()
|
Fl_Surface_Device *Fl_Surface_Device::default_surface()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user