Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request conducts the minimum changes necessary to port screentest from GTK+ 2 to 3.
In summary the following changes are being conducted:
gtk+-2.0
togtk+-3.0
(at least in version3.4
, which was released in 2012 and should be a sane baseline in 2024)expose
event to thedraw
handler introduced by GTK+ 3GdkColor
byGdkRGBA
GtkColorSelectionDialog
byGtkColorChooserDialog
gtk_menu_popup
bygtk_menu_popup_at_pointer
gdk_cairo_create
andcairo_destroy
invocations