Sha256: f6c6c14cc1bd33c2b696c25ccfcc853fdb2a19aeb828cdae2745106ac2328342
Contents?: true
Size: 381 Bytes
Versions: 2
Compression:
Stored size: 381 Bytes
Contents
#include <windows.h> #include <windef.h> #include <process.h> #include <stdbool.h> struct say_array; typedef struct say_win_window { HWND win; HICON icon; HCURSOR cursor; bool cursor_inside; struct say_array *events; } say_win_window; typedef struct say_win_context { HGLRC context; HWND win; HDC device; bool owns_window; } say_win_context;
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ray-0.1.1 | ext/say_win.h |
ray-0.1.0 | ext/say_win.h |