summaryrefslogtreecommitdiff
path: root/clients/tui/newt/nmt-newt-hacks.h
diff options
context:
space:
mode:
Diffstat (limited to 'clients/tui/newt/nmt-newt-hacks.h')
-rw-r--r--clients/tui/newt/nmt-newt-hacks.h13
1 files changed, 4 insertions, 9 deletions
diff --git a/clients/tui/newt/nmt-newt-hacks.h b/clients/tui/newt/nmt-newt-hacks.h
index 537d0d4576..5cfc422417 100644
--- a/clients/tui/newt/nmt-newt-hacks.h
+++ b/clients/tui/newt/nmt-newt-hacks.h
@@ -9,19 +9,14 @@
#include <newt.h>
#ifndef HAVE_NEWTCOMPONENTGETSIZE
-void newtComponentGetSize (newtComponent component,
- int *width,
- int *height);
+void newtComponentGetSize(newtComponent component, int *width, int *height);
-void newtComponentGetPosition (newtComponent component,
- int *left,
- int *top);
+void newtComponentGetPosition(newtComponent component, int *left, int *top);
#endif
#ifndef HAVE_NEWTENTRYGETCURSORPOSITION
-int newtEntryGetCursorPosition (newtComponent component);
-void newtEntrySetCursorPosition (newtComponent component,
- int position);
+int newtEntryGetCursorPosition(newtComponent component);
+void newtEntrySetCursorPosition(newtComponent component, int position);
#endif
#endif /* NMT_NEWT_HACKS_H */