Changeset 14 in pugl
- Timestamp:
- 2012-04-29 19:04:21 (13 months ago)
- File:
-
- 1 edited
-
trunk/pugl/pugl_win.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pugl/pugl_win.cpp
r12 r14 49 49 } 50 50 51 Pugl Window*51 PuglView* 52 52 puglCreate(PuglNativeWindow parent, 53 53 const char* title, … … 56 56 bool resizable) 57 57 { 58 PuglView* view = (Pugl Window*)calloc(1, sizeof(PuglWindow));58 PuglView* view = (PuglView*)calloc(1, sizeof(PuglView)); 59 59 60 60 view->impl = (PuglPlatformData*)calloc(1, sizeof(PuglPlatformData));
Note: See TracChangeset
for help on using the changeset viewer.
