mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
fix for gdk on centos 6
This commit is contained in:
parent
0e9b2a4502
commit
d8c546bf5f
1 changed files with 6 additions and 0 deletions
|
|
@ -750,6 +750,12 @@ static void video_window_set_fullscreen(GtkWidget *w, gboolean val){
|
|||
gtk_window_unfullscreen(GTK_WINDOW(w));
|
||||
}
|
||||
}
|
||||
/*old names in old version of gdk*/
|
||||
#ifndef GDK_KEY_Escape
|
||||
#define GDK_KEY_Escape GDK_Escape
|
||||
#define GDK_KEY_F GDK_F
|
||||
#define GDK_KEY_f GDK_f
|
||||
#endif
|
||||
|
||||
static void on_video_window_key_press(GtkWidget *w, GdkEvent *ev, gpointer up){
|
||||
g_message("Key press event");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue