comparison gui/interface.c @ 35629:365dc9336f0d

Pass parameter instead of using global variable.
author ib
date Thu, 10 Jan 2013 11:20:18 +0000
parents 51358e7bde85
children 58d55c933757
comparison
equal deleted inserted replaced
35628:df90b5c825f7 35629:365dc9336f0d
109 gtkASS.bottom_margin = ass_bottom_margin; 109 gtkASS.bottom_margin = ass_bottom_margin;
110 110
111 /* initialize graphical user interfaces */ 111 /* initialize graphical user interfaces */
112 112
113 wsXInit(mDisplay); 113 wsXInit(mDisplay);
114 gtkInit(); 114 gtkInit(mDisplayName);
115 115
116 /* load skin */ 116 /* load skin */
117 117
118 skinDirInHome = get_path("skins"); 118 skinDirInHome = get_path("skins");
119 skinMPlayerDir = MPLAYER_DATADIR "/skins"; 119 skinMPlayerDir = MPLAYER_DATADIR "/skins";