summaryrefslogtreecommitdiff
path: root/src/totem-options.h
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2007-06-21 21:46:42 +0000
committerBastien Nocera <hadess@src.gnome.org>2007-06-21 21:46:42 +0000
commit18d4c0c853b6baeded553d41fdafdd1e872c1890 (patch)
tree69b0b21f99d26e40fd04288c7c619a7a452fb03a /src/totem-options.h
parentaf2735afc8568e040755cfcdb46efbfd3ca8ba2a (diff)
downloadtotem-18d4c0c853b6baeded553d41fdafdd1e872c1890.tar.gz
Handle better having --fullscreen passed to the master program (Helps:
2007-06-21 Bastien Nocera <hadess@hadess.net> * data/totem.glade: * src/totem-menu.c: (show_controls_action_callback): * src/totem-options.c: (totem_options_process_late), (totem_options_process_early): * src/totem-options.h: * src/totem-private.h: * src/totem.c: (totem_action_save_state), (totem_action_exit), (totem_action_load_media), (totem_action_play_pause), (totem_action_pause), (window_state_event_cb), (totem_action_fullscreen_toggle), (show_controls), (video_widget_create), (main): Handle better having --fullscreen passed to the master program (Helps: #376149) * src/backend/bacon-video-widget-xine.c: (load_video_out_driver), (bacon_video_widget_realize), (xine_event), (bacon_video_widget_unrealize), (bacon_video_widget_show), (bacon_video_widget_hide), (show_vfx_update), (bacon_video_widget_open_with_subtitle), (bacon_video_widget_set_show_cursor), (bacon_video_widget_set_scale_ratio): Remove the video_window struct member, it was barely used. Fix the double-buffering on the widget being set/unset wrongly svn path=/trunk/; revision=4391
Diffstat (limited to 'src/totem-options.h')
-rw-r--r--src/totem-options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/totem-options.h b/src/totem-options.h
index a0331616c..5ad1ff1a4 100644
--- a/src/totem-options.h
+++ b/src/totem-options.h
@@ -57,7 +57,7 @@ typedef struct
extern const GOptionEntry options[];
extern TotemCmdLineOptions optionstate;
-void totem_options_process_early (GConfClient *gc,
+void totem_options_process_early (Totem *totem,
const TotemCmdLineOptions* options);
void totem_options_process_late (Totem *totem,
const TotemCmdLineOptions* options);