+ + * Merge randr-12 to trunk + +Tue Jun 17 18:29:46 2008 S�ren Sandmann <sandmann@redhat.com> + + * Port to changes in gnome-desktop + +2008-06-04 Federico Mena Quintero <federico@novell.com> + + * xrandr-capplet.c (driver_is_randr_10): New function, currently + unused, to detect whether the graphics driver used in the X server + only supports the RANDR 1.0 API. We may find this information + useful to tell the user that not all the features in the capplet + will work as intended, or to actually disable features that won't work. + +2008-05-29 Federico Mena Quintero <federico@novell.com> + + * xrandr-capplet.c (apply): Before applying the settings, check if + the X server supports the Virtual size we need. + (check_required_virtual_size): New function; does the checking + against what the X server supports. + This still needs to present a friendly dialog box. + (compute_virtual_size_for_configuration): New function. + +Wed May 14 18:16:10 2008 S�ren Sandmann <sandmann@redhat.com> + + * xrandr-capplet.c: Add GNOME_DESKTOP_USE_UNSTABLE_API define + + * scrollarea.[ch]: Add copyright statement + +2008-05-14 Soren Sandmann Pedersen <sandmann@redhat.com> + + * *: Check in new RandR 1.2 enabled capplet + svn path=/trunk/; revision=8762
63 lines
3.1 KiB
C
63 lines
3.1 KiB
C
|
|
#ifndef __foo_marshal_MARSHAL_H__
|
|
#define __foo_marshal_MARSHAL_H__
|
|
|
|
#include <glib-object.h>
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
/* VOID:OBJECT,OBJECT (marshal.list:1) */
|
|
extern void foo_marshal_VOID__OBJECT_OBJECT (GClosure *closure,
|
|
GValue *return_value,
|
|
guint n_param_values,
|
|
const GValue *param_values,
|
|
gpointer invocation_hint,
|
|
gpointer marshal_data);
|
|
|
|
/* VOID:UINT,UINT,UINT,UINT (marshal.list:2) */
|
|
extern void foo_marshal_VOID__UINT_UINT_UINT_UINT (GClosure *closure,
|
|
GValue *return_value,
|
|
guint n_param_values,
|
|
const GValue *param_values,
|
|
gpointer invocation_hint,
|
|
gpointer marshal_data);
|
|
|
|
/* VOID:UINT,UINT (marshal.list:3) */
|
|
extern void foo_marshal_VOID__UINT_UINT (GClosure *closure,
|
|
GValue *return_value,
|
|
guint n_param_values,
|
|
const GValue *param_values,
|
|
gpointer invocation_hint,
|
|
gpointer marshal_data);
|
|
|
|
/* VOID:BOXED (marshal.list:4) */
|
|
#define foo_marshal_VOID__BOXED g_cclosure_marshal_VOID__BOXED
|
|
|
|
/* VOID:BOXED,BOXED (marshal.list:5) */
|
|
extern void foo_marshal_VOID__BOXED_BOXED (GClosure *closure,
|
|
GValue *return_value,
|
|
guint n_param_values,
|
|
const GValue *param_values,
|
|
gpointer invocation_hint,
|
|
gpointer marshal_data);
|
|
|
|
/* VOID:POINTER,BOXED,POINTER (marshal.list:6) */
|
|
extern void foo_marshal_VOID__POINTER_BOXED_POINTER (GClosure *closure,
|
|
GValue *return_value,
|
|
guint n_param_values,
|
|
const GValue *param_values,
|
|
gpointer invocation_hint,
|
|
gpointer marshal_data);
|
|
|
|
/* VOID:POINTER,POINTER (marshal.list:7) */
|
|
extern void foo_marshal_VOID__POINTER_POINTER (GClosure *closure,
|
|
GValue *return_value,
|
|
guint n_param_values,
|
|
const GValue *param_values,
|
|
gpointer invocation_hint,
|
|
gpointer marshal_data);
|
|
|
|
G_END_DECLS
|
|
|
|
#endif /* __foo_marshal_MARSHAL_H__ */
|
|
|