[mutter] (344 commits) Non-fast-forward update to branch gbsneto/graphene
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] (344 commits) Non-fast-forward update to branch gbsneto/graphene
- Date: Fri, 23 Aug 2019 14:48:03 +0000 (UTC)
The branch 'gbsneto/graphene' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:
https://wiki.gnome.org/Git/Help/NonFastForward
Commits removed from the branch:
9c1c573... Remove fog support
6e12a98... clutter/actor: Drop ClutterActor:clip property
bcefa25... clutter/tests: Rename variable
359204f... Add Graphene dependency
58ccff5... clutter: Pull in Clutter dependencies
59fca1e... Replace CoglEuler by graphene_euler_t
fc4b0b3... Replace CoglQuaternion by graphene_quaternion_t
2b5740f... Replace CoglVector* by graphene_vec*_t
315dd7c... Replace ClutterVertex by graphene_point3d_t
7343928... clutter: Set progress function on graphene_point3d_t
0e0b9f0... Replace ClutterSize by graphene_size_t
0799ccd... Replace ClutterPoint by graphene_point_t
02f9cf6... Replace ClutterRect by graphene_rect_t
b9883a4... Replace ClutterGeometry by graphene_rect_t
97d6d10... cogl/matrix-stack: Use graphene types on entries
73baaf9... build: Use graphene as a fallback subproject
Commits added to the branch:
4d21650... clutter: Add an accessibility virtual device (*)
144b24b... clutter/evdev: Use the accessibility virtual device (*)
c33b330... backends: Rename keyboard accessibility settings (*)
ab0b407... clutter/enums: Add pointer accessibility types (*)
0d0b9da... clutter: Add pointer accessibility signals (*)
db11a37... clutter: Add pointer accessibility features (*)
c1303bd... clutter/x11: Hook up pointer accessibility (*)
1d76eac... clutter: Hook up pointer accessibility (*)
a3b8644... backends: Add mouse accessibility settings (*)
e94a0fc... display: Dispose Stack after Compositor and X11 (*)
0487d67... x11-display: Handle mapped XIDs per type (*)
912a9ec... clutter/stage-cogl: Use G_USEC_PER_SEC instead of hardcoded (*)
ccf27e5... clutter/stage-cogl: Schedule immediate update on zero refre (*)
a76762a... clutter/stage-cogl: Use default frame rate instead of hardc (*)
35aa278... clutter/stage-cogl: Stop `schedule_update` repeatedly retur (*)
67a3715... clutter/stage-cogl: Reduce while loop iterations (*)
e415cc5... clutter/master-clock: Remove fallback throttles (*)
1dbf25a... clutter/stage-cogl: Protect against extremely high refresh (*)
9b53583... cogl/trace: Fix typo (*)
5eac1d6... wayland/surface: Clear texture when attaching NULL (*)
36b3616... wayland/cursor-surface: Update sprite when attaching NULL (*)
e48c7c0... clutter/stage: Make view fetch helper take floats (*)
4abca41... clutter/stage: Expose stage view getter helper as API (*)
178b975... cursor-renderer: Align OpenGL cursor rect to physical pixel (*)
c237bc5... clutter-effect: Rename get_paint_volume (*)
9db9793... clutter: Clarify clutter_stage_get_actor_at_pos docs (*)
c24d8e8... clutter/x11: Fix build without libwacom (*)
d3e789e... Updated Spanish translation (*)
8a06cfd... enum-types: Use @basename@ in header comment (*)
4064d9a... clutter: Remove ability to be user resizable (*)
a61d525... clutter: Remove stage fullscreening (*)
3073acc... clutter/stage: Remove offscreen property (*)
9213574... renderer/native: add missing eglTerminate in EGLDevice erro (*)
425611e... window/wayland: Use constrained size when unmaximizing whil (*)
db0f85b... window: Add tile mode getter (*)
59bf1f4... window/wayland: Don't always use constrained size when unfu (*)
689c7f4... clutter: Remove unused ClutterWaylandSurface (*)
2ff6bee... cogl: Remove cogl_wayland_texture_2d_* functions (*)
6dba562... Update Dutch translation (*)
1efb32d... renderer/native: Use g_set_error() instead of _cogl_set_err (*)
56ddaaa... renderer/native: Make sure we're not destroying an active E (*)
d9fb11b... renderer/native: Fix EGLSurface destruction order (*)
f202091... Updated Spanish translation (*)
446e82e... test-utils: Fix compiler warning (*)
b836e66... wayland: Don't export non-public API not used by tests (*)
376725e... clutter/stage-view: Move unexported functions to private he (*)
9c1afbb... clutter/stage-view: Annotate some functions (*)
769a01f... clutter: Make ClutterStageView a public class (*)
cc2c670... clutter/stage: Own clutter_stage_get_view_at() (*)
0cd54c5... clutter/stage: Emit after-paint after painting (*)
4a19628... clutter/stage: Add ClutterStage:paint-view (*)
088117a... clutter/tests: Connect to ClutterStage:paint-view (*)
9b5d9f3... stage: Introduce MetaStageWatch and family (*)
2464f00... screen-cast-monitor-stream-src: Watch monitors using MetaSt (*)
be72b22... cogl: Remove cogl_util_memmem() macro (*)
79e2285... cogl: Remove cogl_util_ffs macro (*)
a2a114e... cogl: Remove unused _COGL_TYPEDEF_ASSERT() macro (*)
576330e... cogl: Drop _COGL_RETURN_IF_FAIL macro (*)
769a02b... cogl: Drop _COGL_RETURN_VAL_IF_FAIL macro (*)
a8984a8... xwayland: Generate a Xauth file and pass this to Xwayland w (*)
7fcdd60... renderer-native: Fix compiler warning (*)
c63d017... xwayland: Fix build without <sys/random.h> (*)
36155f7... clutter/evdev: Do not reset timers on togglekeys (*)
02fc0b4... clutter/evdev: Implement togglekeys notification (*)
11e2005... backends/native: Remove instance private (*)
73e8127... backends/native: Add udev abstraction layer (*)
44905d9... backends/native: Move some initialization from init() to in (*)
7b7d881... udev: Add helpers to list DRM devices (*)
171e5fc... udev: Add 'hotplug' event (*)
e7fd068... monitor-manager/kms: Use 'hotplug' event from MetaUdev (*)
5c500ad... backend: Move GPU ownership from the monitor manager to the (*)
f3fd7cf... gpu/kms: Remove max buffer size getter (*)
fef5753... backends/native: Add basic KMS abstraction building blocks (*)
15a2ccd... kms: Add CRTC representation (*)
4d3e804... kms: Add plane representation (*)
065bf75... output/kms: Make drmModeEncoderPtr array local (*)
5d5d296... gpu/kms: Fix connector id type in helper (*)
f59d62b... kms: Add connector representation (*)
1f62a8d... crtc/kms: Don't redefine META_MONITOR_N_TRANSFORMS (*)
596376c... crtc/kms: Outsource CRTC state fetching to MetaKmsCrtc (*)
f2d9a11... output/kms: Outsource connector state fetching to MetaKmsCo (*)
aba6893... gpu/kms: Init global mode list from MetaKmsConnectors (*)
d84c726... crtc/kms: Use MetaKmsPlane to check supported rotations and (*)
691d58e... gpu/kms: Remove unused typedef (*)
2bbd2e5... kms: Add API to post callbacks out of the impl context (*)
ca21ca6... kms: Add API to add a GSource that'll be invoked in the imp (*)
2238c9f... kms: Add API to register impl file descriptors (*)
8932388... backend/native: Move some KMS utilities to its own file (*)
bea7600... logical-monitor: Pass output when iterating over CRTCs (*)
75dff3e... backend/native: Add and use transactional KMS API (*)
6aa1026... kms: Add high level code documentation (*)
22a91f2... backends/native: Add some KMS debug logging (*)
57dfe46... kms-update: Seal updates when posting them (*)
70bacb9... cogl: Remove CoglError wrapper (*)
0bf0366... Update Croatian translation (*)
740a620... wayland/pointer-constraints: Fix build when native backend (*)
181c7ca... wayland: Use right sign for workspace ID (*)
c35e561... xwayland: Use g_get_host_name instead of gethostname (*)
0185909... window-x11: Fix _XOPEN_SOURCE usage for gethostname on Free (*)
6055f04... display: Remove _XOPEN_SOURCE definition (*)
eccc791... workspace: Focus only ancestors that are focusable (*)
e1f839f... tests: Add 'accept_focus' command to runner and client (*)
f2d2d47... tests: Add 'can_take_focus' command to runner and client (*)
2fc7760... tests, stacking: Add tests with no-input and no-take-focus (*)
51f9e04... test-runner: Add 'assert_focused' command (*)
fcb408a... tests: Verify focused window in closed-transient tests (*)
d08763c... test-runner: Add 'sleep' command (*)
6022b23... test-runner: Add 'dispatch' command (*)
f71151a... window-x11: Focus the default window with delay while waiti (*)
e14613e... window: Warn if try to focus unmanaging windows (*)
c655166... kms-impl/simple: Removing extra semi colon (*)
68f18f1... monitor-manager/kms: Use KMS abstraction to get and set CRT (*)
bd7704f... meta: Make MetaBackgroundGroup derivable (*)
980d9b1... monitor-manager/dummy: Make modes env var override the defa (*)
2073188... monitor-manager/dummy: Fix name of mode debug env var (*)
bd0743a... ci: Install sysprof dependency from copr (*)
832fc79... backends: Add missing code to restore NumLock state on X11 (*)
2b519cb... backends: Move numlock persistence handling here (*)
feb9d12... window-x11: Fix typo (*)
6fc4cd3... build: Bump gsettings-desktop-schemas requirement (*)
1767672... Bump version to 3.33.3 (*)
5e46940... ci: Drop old gsettings-desktop-schemas package versions (*)
fefac75... ci/Dockerfile: Add commands for regenerating (*)
54fe0d3... ci/Dockerfile: Add mesa crash fix (*)
d7d75dd... cogl-trace: Include cogl-trace.h even when not tracing (*)
f2fb394... wayland/surface: Post error on invalid scale (*)
85f4772... backend/native: Fix compiler warning w/out EGL device (*)
7229a07... window-actor: Remove left-over parent field (*)
ca88826... remote-desktop-session: Remove unnecessary include (*)
06a7c22... ci: Test building without native backend support (*)
8c339da... renderer/native: Remove left-over function declarations (*)
0756fd4... renderer/native: Queue mode reset from new rebuild_views vf (*)
70de90e... renderer/native: Discard page flip retries when rebuilding (*)
c3c6668... monitor-manager: Add `get_vendor_name` API (*)
6541d49... monitor: Add display name (*)
bca08c2... monitor-manager: Use `meta_monitor_get_display_name()` API (*)
b138006... wayland/xdg-output: Add xdg-output v2 support (*)
dc5925b... kms-plane: Restore adding format fallbacks (*)
1206879... kms-plane: Include <drm_fourcc.h> (*)
22978b9... Update POTFILES.in (*)
f1837b7... compositor: Replace tabs with spaces (*)
7645c51... compositor: Only disconnect/connect top-window signals if i (*)
b850f5a... compositor: Use direct access to disconnect top window acto (*)
4061c83... window-actor: Use vfunc to set the surface actor (*)
7776941... window-actor: Set actor as compositor private in window bef (*)
d7d97f2... surface-actor-x11: Assign X11 Display only if we have resou (*)
de97b54... surface-actor-x11: Bind the surface actor resources to wind (*)
da7372a... window-actor/x11: Fix include macros (*)
4624874... window-actor/wayland: Don't set set_surface_actor vfunc (*)
a8f8bc5... window-actor: Always chain up to parent's dispose vfunc (*)
f2f4af0... window-actor: Make it clearer that the surface actor doesn' (*)
1c25b75... kms-impl-device: Fail if we can't enable universal planes (*)
5cb6286... kms-impl-device: Fail up front if we can't retrieve DRM res (*)
73f83f1... Update Friulian translation (*)
5bd85ef... clutter/main: Remove shader stack (*)
ad220fc... clutter/main: Remote global motion event handling (*)
6b853ff... clutter/main: Remove clutter_clear_glyph_cache (*)
7419ab7... clutter/main: Remove ClutterFontFlags and family (*)
b86a67c... clutter/main: Remove clutter_redraw (*)
25376b3... clutter/main: Remove clutter_get_show_fps (*)
7d96741... clutter/main: Remove various deprecated thread functions (*)
65c5260... clutter/main: Remove deprecated input device functions (*)
5ed9abd... clutter/main: Remove the rest of deprecated functions (*)
b0b1ff3... clutter/main: Simplify thead lock handling (*)
01e20a6... compositor: Don't emit size-changed when only position chan (*)
5a4bc15... workspace-manager: Expose layout properties (*)
040de39... window: Don't use button grab modifiers with inhibit shortc (*)
84616be... window: Allow grab if the display focus is unset (*)
1f133b3... compositor: Add MetaDnD private function to initialize XDND (*)
4a184d7... monitor-manager: Don't notify unchanged power save mode (*)
c17af6c... Add fallback for semi-private symbols in Pango (*)
9bcb50f... Update Indonesian translation (*)
8038eaa... workspace-manager: Add API to reorder workspaces (*)
ecf7e53... metatest: Dispatch the destruction instead of sleeping afte (*)
9aee47d... window-x11: Don't double-check for unmanaging windows (*)
c327b2d... window-x11: Accept any focusable window as fallback focus (*)
2439255... stack: Add a function to get a sorted list of focus candida (*)
bd0f1bd... test-client: Add x11 events GSource handler (*)
b80250e... tests: Add "accept_take_focus" command (*)
6d8293a... window-x11: Use any focusable window as fallback delayed fo (*)
62f4e05... stack: Style and introspection doc fixes (*)
dd8c8e8... core: Emit ::accelerator-activated with a ClutterInputDevic (*)
0eab73d... clutter: Defer actor allocations till shown (*)
78560b8... core: Use source device on ::accelerator-activated (*)
c08a24b... cogl: Remove unused OFFSCREEN_BLIT feature flag (*)
fc0ce11... cogl: Fix doc for _cogl_blit_framebuffer (*)
3e68c9e... cogl: Replace ANGLE with GLES3 and NV framebuffer_blit (*)
6df34eb... cogl: Relax formats on glBlitFramebuffer (*)
45289b3... cogl: Allow glBlitFramebuffer between onscreen/offscreen (*)
55c084e... cogl: Rename feature OFFSCREEN_BLIT to BLIT_FRAMEBUFFER (*)
6061abb... cogl: Expose cogl_blit_framebuffer (*)
9cd3b07... egl: Introduce meta_egl_create_dmabuf_image (*)
1d14448... wayland/dma-buf: Fix offset, stride types (*)
a3c425a... wayland/dma-buf: Use meta_egl_create_dmabuf_image (*)
2c893be... renderer/native: Add meta_dumb_buffer_ensure_dmabuf_fd (*)
3794df6... renderer/native: Use primary GPU to copy (*)
720f363... renderer/native: Add tracing for 2nd GPU copies (*)
a95644d... renderer/native: Debug for primary copy mode (*)
faa7b2d... cursor-tracker: Add API to get whether the pointer is visib (*)
a2a8f0c... wayland/pointer: Set focus to NULL when the cursor is hidde (*)
4bc7425... wayland/pointer: Remove duplicate include (*)
0e3c062... dnd: Use composite_overlay_window directly (*)
7c8baf8... compositor: Drop meta_get_overlay_window() (*)
57772e5... workspace-manager: Fix a documentation warning (*)
73bc3c4... window-actor: Add API to get a MetaWindowActor from a Clutt (*)
62f576e... events: Use new API to get MetaWindow from ClutterActor (*)
a526536... background: Reload when GPU memory is invalidated (*)
5ca0ef0... window-x11: Focus a window in the active workspace as take- (*)
4fdefb5... cleanup: Don't use g_memmove() (*)
4259cfd... cleanup: Don't use G_TYPE_INSTANCE_GET_PRIVATE() (*)
9189b7b... clutter: Stop using GParameter (*)
456698c... keybindings: Remove unneeded forward declaration (*)
b2ae03c... keybindings: Fix indentation (*)
1c3d8de... keybindings: Add "no-auto-grab" type (*)
7738316... keybindings: Mark the "overlay" key as "no-auto-grab" (*)
9c8ff5d... keybindings: Mark "locate-pointer" key as "no-auto-grab" (*)
ac5d9ec... keybindings: Do not grab the locate-pointer key if unnecess (*)
e6c8939... cogl/texture: Make is_get_data_supported() a bool on the te (*)
7868ab7... cogl/texture: Add EGLImage texture import flags (*)
61e51cd... dma-buf: Mark DMA-BUF textures as paint-only (*)
6836317... Bump version to 3.33.4 (*)
aef393e... Update Basque translation (*)
92f2100... Update Brazilian Portuguese translation (*)
e9cc220... x11: Remove benign warning for older X clients (*)
c755fb6... clutter-tests: Fix macro definitions (*)
87c734c... cleanup: Really stop using G_TYPE_INSTANCE_GET_PRIVATE() (*)
59fb26c... cogl/tests: Only install run-tests.sh when building install (*)
08a3cbf... clutter: Force an allocation on clone source if necessary (*)
9286818... build: Bump API version automatically each development cycl (*)
aee8bfc... core: Only notify on MetaWindow::user-time on actual change (*)
09bab98... core: Avoid consecutive workspace changes in window constru (*)
35007eb... Update Friulian translation (*)
ddbdb5f... clutter: Use g_object_notify_by_pspec() (*)
2812338... shadow-factory: Optimize shadows entirely if clip region is (*)
0f6ab78... window-actor: Check frame bounds region before use (*)
cc59681... window-actor: Fix check to clip beneath the window (*)
ac7aa11... window-actor: Cull out areas covered by opaque windows (*)
90a5582... background-actor: Clip obscured background areas (*)
f501fdc... window-actor: Remove negation in function name (*)
aae9f3a... window-actor: Fix rectangle coordinates in culling (*)
efe6c13... cursor-tracker: Use our own marshal for cursor-moved (*)
4de892b... cursor-tracker: Don't use g_cclosure_marshal_VOID__VOID (*)
5b98cc7... cursor-tracker: Document cursor-moved signal (*)
b95d7e8... iconcache: Support 16bit icons (*)
56a5c5e... cleanup: Stop using g_get_current_time () (*)
82b222f... Update Romanian translation (*)
cda9579... core: propagate the effective on-all-workspaces setting to (*)
79b5ece... core: Ensure passive key grabs are only set up on X11 (*)
9109fa0... x11: Add meta_x11_get_display_name() function (*)
ca51cd8... core: Prepare MetaStackTracker for X11 display being closed (*)
d3d1ff1... x11: Do not queue stack operation for guard window (*)
500a692... core: Manage only X11 windows when (re)starting (*)
8b62f48... wayland: Rename xwayland init/shutdown functions (*)
9a10b8f... wayland: Disconnect signal when the display closes (*)
319f7f5... compositor: Add explicit API call to redirect X11 windows (*)
f5a2694... wayland: Add tracking of X11 windows (*)
e894929... wayland: Refactor code setting up the display socket (*)
7ef32f7... wayland: Add setting/api to check the policy to set up the (*)
123b401... x11: Shuffle x11-stack destruction in MetaX11Display dispos (*)
879f5f0... x11: Add "closing" flag to MetaX11Display (*)
0c5866a... core: Avoid queueing a stack operation on the frame when th (*)
141373f... wayland: Implement on-demand start of Xwayland (*)
7ab07b0... clutter-actor: Expose layout manager properties to transiti (*)
80c8a28... wayland: Check the xwayland shutdown policy before listenin (*)
08c6b80... core: Exit early on keybindings if this is a wayland compos (*)
1b9672b... Bump version to 3.33.90 (*)
358911a... Update Basque translation (*)
f780706... Update Indonesian translation (*)
18838bc... monitor: Fix style issue (*)
989a281... monitor: Check mode resolution area when determining advert (*)
0521706... monitor: Always advertise modes similar to the preferred mo (*)
782056a... wayland/data-device: Use correct selection type to get mime (*)
d526283... compositor: Make it a GObject (*)
93c7d57... display: Destroy compositor using g_clear_pointer (*)
d20f6c7... compositor: Use g_clear_signal_handler to disconnect signal (*)
e9e28ba... wayland: Create XAuthority file once (*)
3259c7e... wayland: Start up the grace Xwayland period right after sta (*)
a0bdf44... core: Do not crash on untimely stack queries for X11 window (*)
ee3e195... ci/Dockerfile: Upgrade after adding copr repos (*)
07de258... ci/Dockerfile: Pass --no-cache in build example (*)
17c2178... udev: Fix wrong closure function usage for the "device-adde (*)
6792903... udev: Add device-removed signal (*)
76445bc... kms: Remove unused fields from MetaKmsCrtcState struct (*)
73db35c... kms: Fix meta_kms_crtc_read_state gamma table memory leak (*)
578ff22... kms: drmModeGetCrtc may fail (*)
3ccb7cf... kms: drmModeGetConnector may fail (*)
0eb355e... kms: Fix drm_connector mem-leak in meta_kms_connector_updat (*)
f3660dc... kms: Deal with GPUs being unplugged (*)
7e8a864... cogl: Remove unused cogl-gles2 API (*)
b7ef879... cogl: Remove unused cogl_{begin,end}_gl API (*)
4d81909... cursor-renderer/native: Fix compilation warning (*)
f57ce72... clutter/stage-cogl: Remove pending_swaps counter (*)
a3baf14... Update Romanian translation (*)
15c9458... Updated Lithuanian translation (*)
ad62a65... window: Move UI frame event handler to a separate function (*)
f37a172... events: No UI frame button press events for Wayland (*)
55cd110... compositor: Use meta_window_actor_from_window() throughout (*)
12ea2fc... compositor: Make type derivable (*)
9af90bf... compositor: Fix indentation mistake (*)
984aad4... compositor: Move out X11 compositing code into sub type (*)
8ee00ce... compositor/x11: Move stage input region setting to MetaX11D (*)
0db38c4... compositor: Let MetaDisplay choose the correct compositor t (*)
c4a9117... clutter: Remove marshallers that are available in GLib (*)
9d65eab... clutter: Use va_marshaller for Actor signals (*)
5fa8b24... xwayland: pass the X11 display (*)
bc166aa... xwayland: Use given X11 display for DnD setup (*)
eac227a... xwayland: Add local user to xhost (*)
75349f8... Updated Spanish translation (*)
32dcf77... clutter/text: Switch to input device grabs (*)
959eb98... clutter/main: Remove global/context grabs (*)
0947bc3... clutter/main: Move grabbing functions to clutter-input-devi (*)
bc08ad2... clutter/device-manager-evdev: Update device modifiers befor (*)
5c617ac... clutter/stage: Only queue compressible events (*)
220e4ca... ci: Add gnome-autoar to Dockerfile (*)
13deb22... wayland/xdg-output: Add xdg-output v3 support (*)
bdc7cc8... Bump version to 3.33.91 (*)
9d4e4e2... ci: Don't build gnome-shell's man pages (*)
c0130ca... Update Polish translation (*)
a509075... Update Serbian translation (*)
e33d6b2... clutter/paint-node: Expose clutter_paint_node_get_framebuff (*)
75cffd0... shaped-texture: Implement ClutterContent (*)
d3f30d9... wayland/actor-surface: Set geometry scale in surface actor (*)
425e650... shaped-texture: Draw pipeline relative to alloc (*)
4c1fde9... shaped-texture: Move MetaCullable helpers to MetaSurfaceAct (*)
6b35a49... shaped-texture: Move private function to private header (*)
2d7adb9... wayland/tablet-tool: Use meta_wayland_surface_get_relative_ (*)
c747be8... wayland: Don't scale input and opaque regions (*)
fb9e876... window-actor: Handle geometry scale (*)
778b512... Remove fog support
44333d2... clutter/actor: Drop ClutterActor:clip property
2a45249... clutter/tests: Rename variable
195c308... Add Graphene dependency
74eb6e6... clutter: Pull in Clutter dependencies
cbb5880... Replace CoglEuler by graphene_euler_t
052b41e... Replace CoglQuaternion by graphene_quaternion_t
3a6b2bb... Replace CoglVector* by graphene_vec*_t
d759d42... Replace ClutterVertex by graphene_point3d_t
55d8d79... clutter: Set progress function on graphene_point3d_t
a18e79f... Replace ClutterSize by graphene_size_t
1cd5c1c... Replace ClutterPoint by graphene_point_t
8b02ab9... Replace ClutterRect by graphene_rect_t
5c6265e... Replace ClutterGeometry by graphene_rect_t
e6155c3... cogl/matrix-stack: Use graphene types on entries
1278d73... fixup! Replace ClutterRect by graphene_rect_t
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]