Stop using GDK's wrapper on the X11 font functions (GdkFont). All X11
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 16 Sep 2011 08:49:08 +0000 (08:49 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 16 Sep 2011 08:49:08 +0000 (08:49 +0000)
commit97f01ee06832585fd69ca71b96089e2ce4647320
tree413ae467d9305d1899844c3eae984de71d84d5ec
parentc0458cfc4d0ebd1aa09064152749cba21aa436e1
Stop using GDK's wrapper on the X11 font functions (GdkFont). All X11
font operations are now done directly using Xlib calls, and the only
interaction with GDK within the x11font mechanism is to get the X ids
for drawables, GCs and the X display itself.

This should remove an obstacle to porting to GTK3, and also makes the
XFontStruct for loaded fonts more readily available, which I hope will
come in handy for another plan I have in mind.

git-svn-id: svn://svn.tartarus.org/sgt/putty@9289 cda61777-01e9-0310-a592-d414129be87e
unix/gtkfont.c