Searched refs:window_title (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dwin32.h65 struct window_title struct
149 extern struct window_title window_title; /* static/global */
175 void window_title_clear (struct window_title *wt);
176 void window_title_save (struct window_title *wt);
177 void window_title_restore (const struct window_title *wt);
H A Dwin32.c71 struct window_title window_title; /* GLOBAL*/ variable in typeref:struct:window_title
92 window_title_clear (&window_title);
113 window_title_restore (&window_title);
542 window_title_clear (struct window_title *wt)
548 window_title_save (struct window_title *wt)
563 window_title_restore (const struct window_title *wt)
H A Dinit.c1079 window_title_save (&window_title);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dcaca.c29 char *window_title; member in struct:CACAContext
48 av_freep(&c->window_title);
178 if (!c->window_title)
179 c->window_title = av_strdup(s->filename);
180 caca_set_display_title(c->display, c->window_title);
205 { "window_title", "set window title", OFFSET(window_title), AV_OPT_TYPE_STRING, {.str = NULL }, 0, 0, ENC },
H A Dsdl.c40 char *window_title; member in struct:__anon3309
148 SDL_WM_SetCaption(sdl->window_title, sdl->icon_title);
239 if (!sdl->window_title)
240 sdl->window_title = av_strdup(s->filename);
242 sdl->icon_title = av_strdup(sdl->window_title);
349 { "window_title", "set SDL window title", OFFSET(window_title), AV_OPT_TYPE_STRING, { .str = NULL }, 0, 0, AV_OPT_FLAG_ENCODING_PARAM },
H A Dxv.c47 char *window_title; member in struct:__anon3313
153 if (!xv->window_title) {
154 if (!(xv->window_title = av_strdup(s->filename))) {
159 XStoreName(xv->display, xv->window, xv->window_title);
355 { "window_title", "set window title", OFFSET(window_title), AV_OPT_TYPE_STRING, {.str = NULL }, 0, 0, AV_OPT_FLAG_ENCODING_PARAM },
H A Dopengl_enc.c184 char *window_title; ///< Title of the window member in struct:OpenGLContext
416 SDL_WM_SetCaption(opengl->window_title, NULL);
1081 if (!opengl->window_title && !opengl->no_window)
1082 opengl->window_title = av_strdup(h->filename);
1280 { "window_title", "set window title", OFFSET(window_title), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, ENC },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffplay.c288 static const char *window_title; variable
1121 if (!window_title)
1122 window_title = input_filename;
1123 SDL_WM_SetCaption(window_title, window_title);
2834 if (!window_title && (t = av_dict_get(ic->metadata, "title", NULL, 0)))
2835 window_title = av_asprintf("%s - %s", t->value, input_filename);
3581 { "window_title", OPT_STRING | HAS_ARG, { &window_title }, "set window title", "window title" },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davplay.c224 static const char *window_title; variable
917 if (!window_title)
918 window_title = input_filename;
919 SDL_WM_SetCaption(window_title, window_title);
2992 { "window_title", OPT_STRING | HAS_ARG, { (void*)&window_title }, "set window title", "window title" },

Completed in 97 milliseconds