diff options
Diffstat (limited to 'src/procproperties.cpp')
-rw-r--r-- | src/procproperties.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/procproperties.cpp b/src/procproperties.cpp index 200e6f5..d2f8b55 100644 --- a/src/procproperties.cpp +++ b/src/procproperties.cpp @@ -31,6 +31,11 @@ #include "util.h" #include "e_date.h" +#if GTK_CHECK_VERSION (3, 0, 0) +#define gtk_hbox_new(X,Y) gtk_box_new(GTK_ORIENTATION_HORIZONTAL,Y) +#define gtk_vbox_new(X,Y) gtk_box_new(GTK_ORIENTATION_VERTICAL,Y) +#endif + enum { COL_PROP = 0, |