summaryrefslogtreecommitdiff
path: root/ldmicro/miscutil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ldmicro/miscutil.cpp')
-rw-r--r--ldmicro/miscutil.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ldmicro/miscutil.cpp b/ldmicro/miscutil.cpp
index 4fddcf4..092f606 100644
--- a/ldmicro/miscutil.cpp
+++ b/ldmicro/miscutil.cpp
@@ -259,8 +259,9 @@ static LRESULT CALLBACK DialogProc(HWND hwnd, UINT msg, WPARAM wParam,
//-----------------------------------------------------------------------------
// Set the font of a control to a pretty proportional font (typ. Tahoma).
//-----------------------------------------------------------------------------
-void NiceFont(HWND h)
+void NiceFont(HWID h)
{
+ // gtk_widget_override_font(GTK_WIDGET(h), pango_font_description_from_string("Times New Roman"));
// SendMessage(h, WM_SETFONT, (WPARAM)MyNiceFont, TRUE);
}