ui/gtk/display.c

branch
newapi
changeset 174
0358f1d9c506
parent 157
0b33b9396851
child 261
b39f0e61fd99
equal deleted inserted replaced
173:809581724cc7 174:0358f1d9c506
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>
35 #include "../common/context.h" 34 #include "../common/context.h"
36 #include "../common/object.h" 35 #include "../common/object.h"
37 36
38 static void set_alignment(GtkWidget *widget, float xalign, float yalign) { 37 static void set_alignment(GtkWidget *widget, float xalign, float yalign) {
39 #if GTK_MAJOR_VERSION >= 3 && GTK_MINOR_VERSION >= 16 38 #if GTK_MAJOR_VERSION >= 3 && GTK_MINOR_VERSION >= 16

mercurial