masm11 / emacs

Mirror of GNU Emacs
http://www.gnu.org/software/emacs/
GNU General Public License v3.0
198 stars 14 forks source link

Adjust calculation of child frame position to work on more backends #47

Closed fejfighter closed 3 years ago

fejfighter commented 4 years ago
fejfighter commented 4 years ago

fixes #46

fejfighter commented 4 years ago

I might have a better method for this, as it stands it's works well on X and wayland, but not broadway. This would imply that I am missing something and it could affect other future ports

fejfighter commented 4 years ago

I think the broadway issue is related to scaling of some sort.

the "better method" involved gtk_widget_translate_coordinates which appeared to do nothing from all examples found

fejfighter commented 4 years ago

@masm11 I'll add fixes for #48 and #49 to this pull request

fejfighter commented 3 years ago

superseded by #51