Browse Source

Revert "Fixes #182"

This reverts commit 02041571ce.
v1.x
TJ Holowaychuk 12 years ago
parent
commit
1cae3db2d0
  1. 2
      src/closure.h

2
src/closure.h

@ -16,7 +16,7 @@ typedef struct {
Persistent<Function> pfn;
Handle<Function> fn;
unsigned len;
int16_t max_len;
unsigned max_len;
uint8_t *data;
Canvas *canvas;
cairo_status_t status;

Loading…
Cancel
Save