GNOME Bugzilla – Bug 505753
New API support on Win32
Last modified: 2008-01-10 21:41:07 UTC
In revision 19173, the following APIs were appended. gdk_screen_get_monitor_width_mm gdk_screen_get_monitor_height_mm gdk_screen_get_monitor_plug_name http://svn.gnome.org/viewvc/gtk%2B?view=revision&revision=19173 But, they are not implemented on Windows. I suggest the implementation of the new APIs. Probably my suggestion is correct. However, I can not prove it, because I do not have the multi monitor environment.
Created attachment 101628 [details] [review] patch for latest GDK
Created attachment 101629 [details] multi monitor test program This is a test program for multi monitor. It enumerates monitors and displays width, height and name. If this program runs correctly, my suggestion is also correct.
Related: Bug #450760, "gdk_screen_get_resolution returns -1 on Windows" - I guess.
Committed, thanks.