X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fcore%2Fdevice.cpp;h=3186015c73ebb9c887119ffdd618a2339804fe09;hb=e1be82a4dfce8d90358c506f65be09da4dc9d5ec;hp=e3b43e2db2cf3ad45feb8396f7e890d7605c24c6;hpb=d16d28d2ccf7c6255204f02975834f713ff1df08;p=libs%2Fgl.git diff --git a/source/core/device.cpp b/source/core/device.cpp index e3b43e2d..3186015c 100644 --- a/source/core/device.cpp +++ b/source/core/device.cpp @@ -6,6 +6,10 @@ namespace GL { Device *Device::current = 0; +Device::Device(Graphics::Window &w): + Device(w, create_default_options()) +{ } + Device::Device(Graphics::Window &w, const DeviceOptions &o): DeviceBackend(w, o) {