aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ecore/src/lib/ecore_x/xcb/ecore_xcb_xfixes.c
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-23 23:30:42 +1000
committerDavid Walter Seikel2012-01-23 23:30:42 +1000
commit825a3d837a33f226c879cd02ad15c3fba57e8b2c (patch)
tree75f57bd9c4253508d338dc79ba8e57a7abc42255 /libraries/ecore/src/lib/ecore_x/xcb/ecore_xcb_xfixes.c
parentAdd ability to disable the test harness, or the Lua compile test. (diff)
downloadSledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.zip
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.gz
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.bz2
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.xz
Update the EFL to what I'm actually using, coz I'm using some stuff not yet released.
Diffstat (limited to 'libraries/ecore/src/lib/ecore_x/xcb/ecore_xcb_xfixes.c')
-rw-r--r--libraries/ecore/src/lib/ecore_x/xcb/ecore_xcb_xfixes.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/libraries/ecore/src/lib/ecore_x/xcb/ecore_xcb_xfixes.c b/libraries/ecore/src/lib/ecore_x/xcb/ecore_xcb_xfixes.c
index bf9d5ee..bbca2a5 100644
--- a/libraries/ecore/src/lib/ecore_x/xcb/ecore_xcb_xfixes.c
+++ b/libraries/ecore/src/lib/ecore_x/xcb/ecore_xcb_xfixes.c
@@ -178,7 +178,7 @@ ecore_x_region_new_from_bitmap(Ecore_X_Pixmap bitmap)
178 178
179/** 179/**
180 * Create a region from a window. 180 * Create a region from a window.
181 * @param window The window used to initialize the region. 181 * @param win The window used to initialize the region.
182 * @param type The type of the region. 182 * @param type The type of the region.
183 * @return The newly created region. 183 * @return The newly created region.
184 * 184 *
@@ -609,8 +609,8 @@ ecore_x_region_expand(Ecore_X_Region dest,
609 * Change clip-mask in a graphic context to the specified region. 609 * Change clip-mask in a graphic context to the specified region.
610 * @param region The region to change. 610 * @param region The region to change.
611 * @param gc The clip-mask graphic context. 611 * @param gc The clip-mask graphic context.
612 * @param x_origin The horizontal translation. 612 * @param x The horizontal translation.
613 * @param y_origin The vertical translation. 613 * @param y The vertical translation.
614 * 614 *
615 * Changes clip-mask in @p gc to the specified @p region and 615 * Changes clip-mask in @p gc to the specified @p region and
616 * sets the clip origin with the values of @p x_origin and @p y_origin. 616 * sets the clip origin with the values of @p x_origin and @p y_origin.
@@ -643,8 +643,8 @@ ecore_x_region_gc_clip_set(Ecore_X_Region region,
643 * @param region The region. 643 * @param region The region.
644 * @param dest The window whose shape is changed. 644 * @param dest The window whose shape is changed.
645 * @param type The kind of shape. 645 * @param type The kind of shape.
646 * @param x_offset The horizontal offset. 646 * @param x The horizontal offset.
647 * @param y_offset The vertical offset. 647 * @param y The vertical offset.
648 * 648 *
649 * Set the specified Shape extension region of @p window to @p region, 649 * Set the specified Shape extension region of @p window to @p region,
650 * offset by @p x_offset and @p y_offset. Future changes to region 650 * offset by @p x_offset and @p y_offset. Future changes to region
@@ -673,8 +673,8 @@ ecore_x_region_window_shape_set(Ecore_X_Region region,
673 * Change clip-mask in picture to the specified region. 673 * Change clip-mask in picture to the specified region.
674 * @param region The region. 674 * @param region The region.
675 * @param picture The picture. 675 * @param picture The picture.
676 * @param x_origin The X coordinate of the origin. 676 * @param x The X coordinate of the origin.
677 * @param y_origin The Y coordinate of the origin. 677 * @param y The Y coordinate of the origin.
678 * 678 *
679 * Changes clip-mask in picture to the specified @p region 679 * Changes clip-mask in picture to the specified @p region
680 * and sets the clip origin. Input and output will be clipped to 680 * and sets the clip origin. Input and output will be clipped to