diff options
Diffstat (limited to 'src/analysis/binary-int.h')
| -rw-r--r-- | src/analysis/binary-int.h | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/analysis/binary-int.h b/src/analysis/binary-int.h index 28d4594..fa06a25 100644 --- a/src/analysis/binary-int.h +++ b/src/analysis/binary-int.h @@ -77,7 +77,7 @@ struct _GLoadedBinary      size_t decbuf_count;                    /* Taille des tableaux         */      size_t defsrc;                          /* Fichier source principal    */ -    bool text_display[BVW_COUNT][2];        /* Position et code binaire #1 */ +    bool col_display[BVW_COUNT][BLC_DISPLAY];/* Position et code binaire   */      bool lines_display;                     /* Affichage des lignes        */  }; @@ -90,6 +90,7 @@ struct _GLoadedBinaryClass      /* Signaux */      void (* disassembly_done) (GLoadedBinary *); +    void (* display_changed) (GLoadedBinary *, BinaryView, BufferLineColumn);  }; | 
