diff options
Diffstat (limited to 'src/math-window.c')
-rw-r--r-- | src/math-window.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/math-window.c b/src/math-window.c index 0c2ba4c..0ab882d 100644 --- a/src/math-window.c +++ b/src/math-window.c @@ -17,7 +17,7 @@ #include "utility.h" // gtk3 hack -#if !GLIB_CHECK_VERSION (3, 0, 0) +#if !GTK_CHECK_VERSION (3, 0, 0) #ifndef GDK_KEY_F1 #define GDK_KEY_F1 GDK_F1 @@ -32,7 +32,7 @@ #endif #else // gtk 3.0.0 - + #define gtk_vbox_new(x,y) \ gtk_box_new(GTK_ORIENTATION_VERTICAL, y) |