diff options
| author | uint <abhinav.prsai@gmail.com> | 2025-11-29 16:25:19 +0000 |
|---|---|---|
| committer | uint <abhinav.prsai@gmail.com> | 2025-11-29 16:27:23 +0000 |
| commit | 87d9f9a48463814acc752df72fdcd423f1937327 (patch) | |
| tree | d5574adc87590ffd4f85c90bc748473e7a6bda52 /include | |
| parent | 5d5f1c0ad39481cd11960c0f25c1d7c5318fef6d (diff) | |
rename to quartz because suckless took quark >:(
.
Diffstat (limited to 'include')
| -rw-r--r-- | include/engine.h | 4 | ||||
| -rw-r--r-- | include/quartz.h (renamed from include/quark.h) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/engine.h b/include/engine.h index 6228465..45ebac8 100644 --- a/include/engine.h +++ b/include/engine.h @@ -8,7 +8,7 @@ typedef struct { char* url; char* title; bool loading; -} quark_tab_t; +} quartz_tab_t; int engine_get_current_index(void); int engine_get_tab_count(void); @@ -16,7 +16,7 @@ bool engine_init(void); void engine_load_url(int id, const char* url); void engine_shutdown(void); void engine_tab_close(int id); -quark_tab_t* engine_tab_current(void); +quartz_tab_t* engine_tab_current(void); int engine_tab_new(const char* url); void engine_tab_switch(int id); void engine_update(void); diff --git a/include/quark.h b/include/quartz.h index 233314e..7c1c92d 100644 --- a/include/quark.h +++ b/include/quartz.h @@ -12,7 +12,7 @@ typedef struct { int win_w; int win_h; bool running; -} quark_t; +} quartz_t; /* logging */ #define ANSI_RESET "\x1b[0m" |
