diff options
author | sanine-a <sanine.not@pm.me> | 2020-10-25 10:43:43 -0500 |
---|---|---|
committer | sanine-a <sanine.not@pm.me> | 2020-10-25 10:43:43 -0500 |
commit | 6162a18f445b89400be521fdeeb0d6a812a03c35 (patch) | |
tree | ceac6ed3692d863966408e5991e7075d87a6f7b3 /src/window/window.h | |
parent | 9699a814395dd6344c0f2fab1965b8bed30967b2 (diff) |
move honey_window_information to common.h and add mouse movement functions
Diffstat (limited to 'src/window/window.h')
-rw-r--r-- | src/window/window.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/window/window.h b/src/window/window.h index fae32c1..3ac982a 100644 --- a/src/window/window.h +++ b/src/window/window.h @@ -8,19 +8,6 @@ #define HONEY_WINDOW_DEFAULT_WIDTH 640 #define HONEY_WINDOW_DEFAULT_HEIGHT 480 -typedef struct { - honey_window window; - int width; - int height; - bool fullscreen; -} honey_window_information; - -extern int honey_window_info_ref; -extern int honey_window_resize_callback_ref; -extern int honey_window_resize_callback_data_ref; -extern int honey_window_focus_callback_ref; -extern int honey_window_focus_callback_data_ref; - /** @brief Push the various honey.window table to the stack. * * @param[in] L The lua state to push to |