]> git.tdb.fi Git - libs/gui.git/commit - source/graphics/windows/display.cpp
Extend the video mode API to support multiple monitors
authorMikko Rasa <tdb@tdb.fi>
Wed, 25 Sep 2013 18:33:57 +0000 (21:33 +0300)
committerMikko Rasa <tdb@tdb.fi>
Wed, 25 Sep 2013 18:41:32 +0000 (21:41 +0300)
commit89ec4c335953556ca069960adf6ea3a5dc3bb499
treea3410888c6a2e4fd89ee1a97a962a453ea3371ae
parente09c2211539f417474b1d3226f56f021938329bf
Extend the video mode API to support multiple monitors

Xf86vidmode can't support this and will be replaced with XRandR in the
imminent future.
source/graphics/display.cpp
source/graphics/display.h
source/graphics/display_private.h
source/graphics/monitor.cpp [new file with mode: 0644]
source/graphics/monitor.h [new file with mode: 0644]
source/graphics/videomode.cpp
source/graphics/videomode.h
source/graphics/windows/display.cpp
source/graphics/windows/display_platform.h
source/graphics/x11/display.cpp
source/graphics/x11/display_platform.h