Change tui_which_element::data_window to be a pointer
[deliverable/binutils-gdb.git] / gdb / tui / tui-data.h
index 572fea548310e6c41d91efecde105763b9c8327a..09e2f289391fe21c54ca7bf236041da9a8f6e945 100644 (file)
@@ -212,7 +212,7 @@ typedef char tui_exec_info_content[TUI_EXECINFO_SIZE];
 union tui_which_element
 {
   struct tui_source_element source;    /* The source elements.  */
-  struct tui_gen_win_info data_window; /* Data display elements.  */
+  struct tui_gen_win_info *data_window;        /* Data display elements.  */
   struct tui_data_element data;                /* Elements of data_window.  */
   struct tui_command_element command;  /* Command elements.  */
   struct tui_locator_element locator;  /* Locator elements.  */
This page took 0.03048 seconds and 4 git commands to generate.