summaryrefslogtreecommitdiff
path: root/snd-1.h
diff options
context:
space:
mode:
authorIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>2019-07-15 09:35:22 +0200
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>2019-07-15 09:35:22 +0200
commit94956cdc4da818e7e277696625e6732ed54b71bc (patch)
treea37959b17b9648dbf02c1159255479e1028f0837 /snd-1.h
parentd38474bc2411ceea33e718a81ba3d56b627a114a (diff)
New upstream version 19.4
Diffstat (limited to 'snd-1.h')
-rw-r--r--snd-1.h12
1 files changed, 11 insertions, 1 deletions
diff --git a/snd-1.h b/snd-1.h
index 70474a3..b6ba2dc 100644
--- a/snd-1.h
+++ b/snd-1.h
@@ -490,7 +490,7 @@ typedef struct snd_state {
mus_float_t Enved_Base, Enved_Power, Auto_Update_Interval;
bool Enved_With_Wave, Graphs_Horizontal, With_Background_Processes, With_File_Monitor;
env_type_t Enved_Style;
- int Graph_Cursor, Mix_Tag_Width, Mix_Tag_Height, Mark_Tag_Height, Mark_Tag_Width;
+ int Mix_Tag_Width, Mix_Tag_Height, Mark_Tag_Height, Mark_Tag_Width;
enved_target_t Enved_Target;
bool Clipping, Show_Indices, Just_Sounds;
int Cursor_Size;
@@ -574,6 +574,16 @@ typedef struct snd_state {
html_dir_symbol, html_program_symbol, open_file_dialog_directory_symbol;
#endif
+#if USE_GTK
+#if GTK_CHECK_VERSION(3, 94, 0)
+ char* Graph_Cursor;
+#else
+ GdkCursorType Graph_Cursor;
+#endif
+#else
+ int Graph_Cursor;
+#endif
+
bool tracking;
Xen cursor_proc;
int cursor_proc_loc, listener_prompt_length;