summaryrefslogtreecommitdiffstats
path: root/src/windows/cns/tktlist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/cns/tktlist.h')
-rw-r--r--src/windows/cns/tktlist.h16
1 files changed, 4 insertions, 12 deletions
diff --git a/src/windows/cns/tktlist.h b/src/windows/cns/tktlist.h
index 1ebd146a75..a522f76c7c 100644
--- a/src/windows/cns/tktlist.h
+++ b/src/windows/cns/tktlist.h
@@ -16,20 +16,12 @@
/*
* Prototypes
*/
-BOOL ticket_init_list(
- HWND hwnd);
+BOOL ticket_init_list(HWND);
-void ticket_destroy(
- HWND hwnd);
+void ticket_destroy(HWND);
-LONG ticket_measureitem(
- HWND hwnd,
- WPARAM wparam,
- LPARAM lparam);
+void ticket_measureitem(HWND, MEASUREITEMSTRUCT *);
-LONG ticket_drawitem(
- HWND hwnd,
- WPARAM wparam,
- LPARAM lparam);
+void ticket_drawitem(HWND, const DRAWITEMSTRUCT *);
#endif