0:1f419bd32da1 | 1:eb5269000bc8 |
---|---|
28 | 28 |
29 #include <stdio.h> | 29 #include <stdio.h> |
30 #include <stdlib.h> | 30 #include <stdlib.h> |
31 | 31 |
32 #include "toolkit.h" | 32 #include "toolkit.h" |
33 #include "../common/context.h" | 33 #include "../common/document.h" |
34 | 34 |
35 static XtAppContext app; | 35 static XtAppContext app; |
36 static Display *display; | 36 static Display *display; |
37 static char *application_name; | 37 static char *application_name; |
38 | 38 |