Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/devin/1734550962-fix-sheet-trans…
Browse files Browse the repository at this point in the history
…formation-cursor' into devin/1734550962-fix-sheet-transformation-cursor

Co-Authored-By: Matt Wong <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and liquidaty committed Dec 18, 2024
2 parents b884fd4 + 67cb19a commit d843cef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions app/sheet/sheet_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ struct zsvsheet_display_dimensions {
size_t footer_span;
};

// Forward declaration of zsv_index
struct zsv_index;

struct zsvsheet_buffer_info_internal {
struct zsvsheet_ui_flags flags;
struct zsv_index *index;
Expand Down
4 changes: 2 additions & 2 deletions app/sheet/ui_buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ struct zsvsheet_ui_flags {
volatile atomic_uchar flags[2]; // Using 2 bytes to accommodate all bits
};

#include "sheet_internal.h"

// Buffer structure forward declaration
struct zsvsheet_ui_buffer;
typedef struct zsvsheet_ui_buffer *zsvsheet_ui_buffer_t;

#include "sheet_internal.h"

// Row/column position structure
struct zsvsheet_rowcol {
size_t row;
Expand Down

0 comments on commit d843cef

Please sign in to comment.