sphair / ClanLib

ClanLib is a cross platform C++ toolkit library.
Other
344 stars 76 forks source link

Dummy implementations of toggle_fullscreen() #64

Closed henu closed 9 years ago

henu commented 9 years ago

New virtual method DisplayWindowProvider::toggle_fullscreen() prevents compiling on other platforms than Windows. These dummy implementations should make it compile on other platforms too.

I tested only with Linux, but I tried to obey the coding style of other platforms too, so it shouldn't break anything.

dpjudas commented 9 years ago

Looks good. Merging. Thanks for the patch.