|
|
@ -171,6 +171,7 @@ public: |
|
|
|
void enable_im() FL_OVERRIDE; |
|
|
|
void enable_im() FL_OVERRIDE; |
|
|
|
void disable_im() FL_OVERRIDE; |
|
|
|
void disable_im() FL_OVERRIDE; |
|
|
|
bool screen_boundaries_known() FL_OVERRIDE { return false; } |
|
|
|
bool screen_boundaries_known() FL_OVERRIDE { return false; } |
|
|
|
|
|
|
|
float base_scale(int numscreen) FL_OVERRIDE; |
|
|
|
|
|
|
|
|
|
|
|
// overridden functions from parent class Fl_Unix_Screen_Driver
|
|
|
|
// overridden functions from parent class Fl_Unix_Screen_Driver
|
|
|
|
int poll_or_select_with_delay(double time_to_wait) FL_OVERRIDE; |
|
|
|
int poll_or_select_with_delay(double time_to_wait) FL_OVERRIDE; |
|
|
|