Changeset 4036


Ignore:
Timestamp:
Apr 10, 2012 12:27:25 PM (12 years ago)
Author:
ming
Message:

Re #1446 (misc): Create SDL window in the requested position if PJMEDIA_VID_DEV_CAP_OUTPUT_POSITION is specified (fixed unused vars in the prev revision).

File:
1 edited

Legend:

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

    r4035 r4036  
    745745            /* Create the window where we will draw. */ 
    746746            strm->window = SDL_CreateWindow("pjmedia-SDL video", 
    747                                             SDL_WINDOWPOS_CENTERED, 
    748                                             SDL_WINDOWPOS_CENTERED, 
     747                                            x, y, 
    749748                                            strm->param.disp_size.w, 
    750749                                            strm->param.disp_size.h, 
Note: See TracChangeset for help on using the changeset viewer.