| Cairo Composite Manager Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | Signals | ||||
#define CCM_DISPLAY_XDISPLAY (obj) CCMDisplay; CCMDisplay * ccm_display_new (gchar *display); void ccm_display_sync (CCMDisplay *self); void ccm_display_grab (CCMDisplay *self); void ccm_display_ungrab (CCMDisplay *self); void ccm_display_trap_error (CCMDisplay *self); gint ccm_display_pop_error (CCMDisplay *self); gboolean ccm_display_report_device_event (CCMDisplay *self,CCMScreen *screen,gboolean report);
"shm-shared-pixmap" gboolean : Read / Write "use-glx" gboolean : Read "use-randr" gboolean : Read "use-xdbe" gboolean : Read "use-xshm" gboolean : Read / Write "xdisplay" gpointer : Read / Write / Construct Only
#define CCM_DISPLAY_XDISPLAY(obj) (ccm_display_get_xdisplay (CCM_DISPLAY(obj)))
gboolean ccm_display_report_device_event (CCMDisplay *self,CCMScreen *screen,gboolean report);
"shm-shared-pixmap" property"shm-shared-pixmap" gboolean : Read / Write
SHM Shared Pixmap.
Default value: TRUE
"cursor-changed" signalvoid user_function (CCMDisplay *ccmdisplay,
gpointer arg1,
gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"damage-event" signalvoid user_function (CCMDisplay *ccmdisplay,
gpointer arg1,
gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |
"event" signalvoid user_function (CCMDisplay *ccmdisplay,
gpointer arg1,
gpointer user_data) : Run Last
|
the object which received the signal. |
|
user data set when the signal handler was connected. |