]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Stop using GDK's wrapper on the X11 font functions (GdkFont). All X11
authorSimon Tatham <anakin@pobox.com>
Fri, 16 Sep 2011 08:49:08 +0000 (08:49 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 16 Sep 2011 08:49:08 +0000 (08:49 +0000)
commit78466a6b687da0d7d6e54eabd0382684c8de6c49
tree413ae467d9305d1899844c3eae984de71d84d5ec
parenta4424bfd85a44a7aed5e6d5f85daaeb86c0f24e5
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.

[originally from svn r9289]
unix/gtkfont.c