SawfishWM / rep-gtk

GTK+2 binding to librep
GNU General Public License v2.0
11 stars 5 forks source link

Fix various functions #5

Closed hvdijk closed 1 year ago

hvdijk commented 1 year ago

The gtk_window_get_position, gtk_window_get_frame_dimensions, gtk_window_get_default_size, gtk_window_get_size, gtk_list_store_reorder, and gtk_tree_view_get_path_at_pos functions were declared with a signature that did not match their definition.

Nanolx commented 1 year ago

Thanks