meta: replace bluelib with fx
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef _DIAG_DIAG_H_
|
||||
#define _DIAG_DIAG_H_
|
||||
|
||||
#include <blue/core/queue.h>
|
||||
#include <fx/core/queue.h>
|
||||
#include <stddef.h>
|
||||
|
||||
struct ivy_diag_msg;
|
||||
@@ -14,7 +14,7 @@ enum diag_component_type {
|
||||
|
||||
struct diag_component {
|
||||
enum diag_component_type c_type;
|
||||
b_queue_entry c_entry;
|
||||
fx_queue_entry c_entry;
|
||||
};
|
||||
|
||||
struct diag_c_msg {
|
||||
@@ -38,8 +38,8 @@ struct ivy_diag {
|
||||
unsigned long diag_class;
|
||||
|
||||
unsigned long diag_row, diag_col;
|
||||
b_queue_entry diag_entry;
|
||||
b_queue diag_components;
|
||||
fx_queue_entry diag_entry;
|
||||
fx_queue diag_components;
|
||||
};
|
||||
|
||||
extern struct diag_c_msg *diag_msg_create(const struct ivy_diag_msg *content);
|
||||
|
||||
Reference in New Issue
Block a user