diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-09 02:56:51 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-09 02:56:51 -0400 |
| commit | 723f2af8c621525848a234d88d98b5107cf0d683 (patch) | |
| tree | 591810eab724fe1f5bd9755555d260734d23c691 /new/util_unix.c | |
| parent | a0073727c8991e5dbc17d8f7bf02028159aebd90 (diff) | |
Implemented the text routines on the GTK+ backend. They work!
Diffstat (limited to 'new/util_unix.c')
| -rw-r--r-- | new/util_unix.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/new/util_unix.c b/new/util_unix.c new file mode 100644 index 0000000..72b71df --- /dev/null +++ b/new/util_unix.c @@ -0,0 +1,7 @@ +// 9 april 2015 +#include "uipriv_unix.h" + +void uiFreeText(char *t) +{ + g_free(t); +} |
