[gtk+] gdkwindow-x11: Fix indentation
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] gdkwindow-x11: Fix indentation
- Date: Sat, 8 Nov 2014 01:39:58 +0000 (UTC)
commit 433120ae5edbe4d8b8b2c78e42cb0504b93f3c36
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Fri Nov 7 17:39:43 2014 -0800
gdkwindow-x11: Fix indentation
gdk/x11/gdkwindow-x11.c | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/gdk/x11/gdkwindow-x11.c b/gdk/x11/gdkwindow-x11.c
index 926ec70..2302ba6 100644
--- a/gdk/x11/gdkwindow-x11.c
+++ b/gdk/x11/gdkwindow-x11.c
@@ -205,10 +205,10 @@ set_sync_counter(Display *display,
{
XSyncValue sync_value;
- XSyncIntsToValue(&sync_value,
- value & G_GINT64_CONSTANT(0xFFFFFFFF),
- value >> 32);
- XSyncSetCounter(display, counter, sync_value);
+ XSyncIntsToValue (&sync_value,
+ value & G_GINT64_CONSTANT(0xFFFFFFFF),
+ value >> 32);
+ XSyncSetCounter (display, counter, sync_value);
}
static void
@@ -226,9 +226,9 @@ window_pre_damage (GdkWindow *window)
impl->toplevel->current_counter_value % 2 == 0)
{
impl->toplevel->current_counter_value += 1;
- set_sync_counter(GDK_WINDOW_XDISPLAY (impl->wrapper),
- impl->toplevel->extended_update_counter,
- impl->toplevel->current_counter_value);
+ set_sync_counter (GDK_WINDOW_XDISPLAY (impl->wrapper),
+ impl->toplevel->extended_update_counter,
+ impl->toplevel->current_counter_value);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]