Declare variable, fix build.
* xrandr-capplet.c: (select_current_output_from_dialog_position): Declare variable, fix build. svn path=/trunk/; revision=9172
This commit is contained in:
parent
e16c9d3715
commit
34f643bb92
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2008-12-16 Frederic Peters <fpeters@0d.be>
|
||||||
|
|
||||||
|
* xrandr-capplet.c: (select_current_output_from_dialog_position):
|
||||||
|
Declare variable, fix build.
|
||||||
|
|
||||||
2008-12-15 Federico Mena Quintero <federico@novell.com>
|
2008-12-15 Federico Mena Quintero <federico@novell.com>
|
||||||
|
|
||||||
* xrandr-capplet.c (on_screen_changed): Use
|
* xrandr-capplet.c (on_screen_changed): Use
|
||||||
|
|
|
@ -1807,6 +1807,8 @@ get_output_for_window (GnomeRRConfig *configuration, GdkWindow *window)
|
||||||
static void
|
static void
|
||||||
select_current_output_from_dialog_position (App *app)
|
select_current_output_from_dialog_position (App *app)
|
||||||
{
|
{
|
||||||
|
GnomeRROutput *output;
|
||||||
|
|
||||||
if (GTK_WIDGET_REALIZED (app->dialog))
|
if (GTK_WIDGET_REALIZED (app->dialog))
|
||||||
{
|
{
|
||||||
output = get_output_for_window (app->current_configuration, app->dialog->window);
|
output = get_output_for_window (app->current_configuration, app->dialog->window);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue