Is a “monitor” in Gtk3 the same as a “Screen” in X11?
问题 I wrote an application in Gtk3 using gdk_display_get_monitor_at_window and gdk_monitor_get_geometry . Out of 75 gtk functions that I used, these are the only 2 that are causing problems for people trying to compile on Ubuntu because most people are not running a version of Ubuntu that has gtk3 3.22. My application also uses X11, so I want to replace these functions with X11 equivalents. After briefly looking at X11, I have some questions: Is a Gtk "monitor" equal to an X11 "screen"? If the