]> git.tdb.fi Git - libs/gui.git/commit
Let platform header determine (part of) the contents of Display::Private
authorMikko Rasa <tdb@tdb.fi>
Sun, 12 Oct 2014 13:54:29 +0000 (16:54 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 12 Oct 2014 13:54:29 +0000 (16:54 +0300)
commitd26a3b66814216fa3a29c8a0582614b7349b13f2
tree3f35c5795da6c00ee23b26f0213ea66c0335d5c2
parent97707c9f57234bf7992bac03bd52cb3fdd00fcfa
Let platform header determine (part of) the contents of Display::Private

This simplifies things a bit as there's no need to declare dummy typedefs
for MonitorHandle and ModeHandle if they are not used.  It also makes the
upcoming Android support a lot easier to accomplish.
source/graphics/cocoa/display_platform.h
source/graphics/display_private.h
source/graphics/windows/display_platform.h
source/graphics/x11/display_platform.h