mirror of https://github.com/PCSX2/pcsx2.git
gtk2: GtkNotebookPage is useless
And not supported by gtk3
This commit is contained in:
parent
e9233f4698
commit
5d8b2d8044
|
@ -417,7 +417,7 @@ void joy_changed(GtkComboBoxText *box, gpointer user_data)
|
||||||
conf->set_joyid(current_pad, joyid);
|
conf->set_joyid(current_pad, joyid);
|
||||||
}
|
}
|
||||||
|
|
||||||
void pad_changed(GtkNotebook *notebook, GtkNotebookPage *notebook_page, int page, void *data)
|
void pad_changed(GtkNotebook *notebook, void *notebook_page, int page, void *data)
|
||||||
{
|
{
|
||||||
current_pad = page;
|
current_pad = page;
|
||||||
key_tree_manager->set_show_pad(current_pad&1);
|
key_tree_manager->set_show_pad(current_pad&1);
|
||||||
|
|
Loading…
Reference in New Issue