1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-06 05:52:48 -05:00

Move more functions into the new gtkmisc.c.

Several utility functions I've written over the last few weeks were in
rather random places because I didn't have a central gtkmisc.c to put
them in. Now I've got one, put them there!
This commit is contained in:
Simon Tatham
2015-08-31 15:44:24 +01:00
parent dc11417aee
commit 49ff9f480e
6 changed files with 59 additions and 64 deletions

View File

@ -35,6 +35,7 @@
#include "terminal.h"
#include "gtkcompat.h"
#include "gtkfont.h"
#include "gtkmisc.h"
#ifndef NOT_X_WINDOWS
#include <gdk/gdkx.h>