summaryrefslogtreecommitdiffstats
path: root/include/rofi.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-11-24 14:22:35 +0100
committerDave Davenport <qball@gmpclient.org>2015-11-24 14:22:35 +0100
commit00a555b6856fd6e9bebcc1c2c11747d7553da5fa (patch)
tree8e0e6bad275d1f7866796d7cb5831cc527691598 /include/rofi.h
parent6978b146f014ad8339b89dceeb990be2f148c35e (diff)
Create more consistent ordering of arguments
Diffstat (limited to 'include/rofi.h')
-rw-r--r--include/rofi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rofi.h b/include/rofi.h
index c790b0f6..bf534d73 100644
--- a/include/rofi.h
+++ b/include/rofi.h
@@ -33,7 +33,7 @@ typedef enum
typedef void ( *switcher_free )( Switcher *data );
-typedef char * ( *get_display_value )( unsigned int selected_line, const Switcher *data, int *state, int get_entry );
+typedef char * ( *get_display_value )( const Switcher *sw, unsigned int selected_line, int *state, int get_entry );
typedef char * ( *get_completion )( const Switcher *sw, unsigned int selected_line );
/**