]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - dialog.h
Change the semantics of 'FontSpec' so that it's a dynamically
[PuTTY.git] / dialog.h
index fb89b6bbfc17adb53b1cc62b0248c94fd4f8fd4a..eb7ce0e956fb90fe2301d9047cba584ab9c8651d 100644 (file)
--- a/dialog.h
+++ b/dialog.h
@@ -567,8 +567,8 @@ void dlg_listbox_select(union control *ctrl, void *dlg, int index);
 void dlg_text_set(union control *ctrl, void *dlg, char const *text);
 void dlg_filesel_set(union control *ctrl, void *dlg, Filename fn);
 void dlg_filesel_get(union control *ctrl, void *dlg, Filename *fn);
-void dlg_fontsel_set(union control *ctrl, void *dlg, FontSpec fn);
-void dlg_fontsel_get(union control *ctrl, void *dlg, FontSpec *fn);
+void dlg_fontsel_set(union control *ctrl, void *dlg, FontSpec *fn);
+FontSpec *dlg_fontsel_get(union control *ctrl, void *dlg);
 /*
  * Bracketing a large set of updates in these two functions will
  * cause the front end (if possible) to delay updating the screen