Ignore:
Timestamp:
Jul 22, 2011 4:49:36 AM (13 years ago)
Author:
nanang
Message:

Re #1332: Added type definition of video window handle.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/src/pjmedia-videodev/sdl_dev.c

    r3667 r3675  
    511511        if (strm->param.flags & PJMEDIA_VID_DEV_CAP_OUTPUT_WINDOW) { 
    512512            /* Use the window supplied by the application. */ 
    513             strm->window = SDL_CreateWindowFrom(strm->param.window); 
     513            strm->window = SDL_CreateWindowFrom(strm->param.window.hwnd.ptr); 
    514514        } else { 
    515515            /* Create the window where we will draw. */ 
Note: See TracChangeset for help on using the changeset viewer.