Skip to content

Commit

Permalink
Replace Sdb with HT in panels.c (#4449)
Browse files Browse the repository at this point in the history
  • Loading branch information
pelijah authored Apr 20, 2024
1 parent 3033f62 commit 61c634a
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 129 deletions.
6 changes: 3 additions & 3 deletions librz/core/core_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -307,9 +307,9 @@ typedef struct rz_panels_t {
bool mouse_on_edge_x;
bool mouse_on_edge_y;
RzPanelsMenu *panels_menu;
Sdb *db;
Sdb *rotate_db;
Sdb *almighty_db;
HtSS *db;
HtSP *rotate_db;
HtSP *almighty_db;
HtSP *mht;
RzPanelsMode mode;
RzPanelsMode prevMode;
Expand Down
Loading

0 comments on commit 61c634a

Please sign in to comment.