Sha256: 2e531c535b39475be120e8db9fe123bdfb1468c3fbe60d447978e1311d173785

Contents?: true

Size: 370 Bytes

Versions: 2

Compression:

Stored size: 370 Bytes

Contents

#include <windows.h>
#include <windef.h>
#include <process.h>

#include <stdbool.h>

#include "mo.h"

typedef struct say_win_window {
  HWND    win;
  HICON   icon;
  HCURSOR cursor;
  bool    cursor_inside;
  
  mo_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.2.1 ext/say_win.h
ray-0.2.0 ext/say_win.h