Commit Diff


commit - b32d59083cf385a788516143cd101ecedef0df82
commit + 6065f9ff639a27b56c6f2fece7c5c5fe2f02deb5
blob - ea62058973cbffc9f83dc11d235a252af346bf0d (mode 644)
blob + /dev/null
--- aui_priv.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef __AUI_PRIV_H__
-#define __AUI_PRIV_H__
-
-#include "openbsd-queue.h"
-
-void aui_add_event(struct aui_event *);
-
-#endif
blob - e88d99fca196c55054a1c84058646fab1c1bd911
blob + e2600bc25354e3a91a8706bb61f91a67849dd1cd
--- event.h
+++ event.h
@@ -61,4 +61,6 @@ struct aui_event_mouse_release {
 
 extern struct aui_event_queue ev_queue;
 
+void aui_add_event(struct aui_event *);
+
 #endif
blob - e3f0ce9a1a18647c86c85a67bd9758de9a563e24
blob + c000b893c06f2f505578722d812040afc3387238
--- ui.c
+++ ui.c
@@ -6,7 +6,6 @@
 #include "driver.h"
 #include "widget.h"
 #include "layout.h"
-#include "aui_priv.h"
 
 struct aui_event_queue ev_queue;
 
blob - 1624ce25cb81e598e96d07101161d4cacd97214e
blob + 74f2f8e5ae9aa2bff600fc5eb5a2fe98da520864
--- window.c
+++ window.c
@@ -5,7 +5,6 @@
 #include "event.h"
 #include "driver.h"
 #include "widget.h"
-#include "aui_priv.h"
 
 struct aui_window_list wlist;
 
blob - 916434926e9fc07ae4d2b278a3b14334174be2d8
blob + c559c3ffc9dbc62be3f7caa2c989f9f5fe694f48
--- xcb.c
+++ xcb.c
@@ -10,7 +10,6 @@
 #include "event.h"
 #include "driver.h"
 #include "widget.h"
-#include "aui_priv.h"
 #include "primitive.h"
 
 struct aui_dri_xcb {