ui/gtk/display.c

changeset 157
0b33b9396851
parent 149
479209198de3
child 174
0358f1d9c506
equal deleted inserted replaced
156:62f1a55535e7 157:0b33b9396851
29 #include <stdio.h> 29 #include <stdio.h>
30 #include <stdlib.h> 30 #include <stdlib.h>
31 31
32 #include "display.h" 32 #include "display.h"
33 #include "container.h" 33 #include "container.h"
34 #include "../../ucx/mempool.h" 34 #include <ucx/mempool.h>
35 #include "../common/context.h" 35 #include "../common/context.h"
36 #include "../common/object.h" 36 #include "../common/object.h"
37 37
38 static void set_alignment(GtkWidget *widget, float xalign, float yalign) { 38 static void set_alignment(GtkWidget *widget, float xalign, float yalign) {
39 #if GTK_MAJOR_VERSION >= 3 && GTK_MINOR_VERSION >= 16 39 #if GTK_MAJOR_VERSION >= 3 && GTK_MINOR_VERSION >= 16

mercurial