GNOME Bugzilla – Bug 309100
EOG behaves strangely with dual head
Last modified: 2005-07-25 19:11:40 UTC
When opening an image with EOG that is quite large (say 1600x1200) the window is now created on a single physical monitor but instead spans two monitors in a non-useful way. This seems a little broken.
see also bug #167471 and bug #137137 I guess they're related.
Created attachment 49669 [details] [review] dual head fixes for EoG Includes a fix for bug #167471 Rather then using the entire monitor dimensions, we should use the dimensions of our piece of glass for obtain_desired_size(). This stops EoG creating windows that span two pieces of glass. Secondly, we want to create the full screen on the same window as the EoG window (not simply on screen 0). We do this by passing the GtkWindow of the "parent" and finding out what piece of glass that is on, to get the geometry of the full screen.
Applied, thanks!