[gtk/wip.win32.fixes: 32/33] gdksurface-win32.c: Fix formatting for popup functions
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip.win32.fixes: 32/33] gdksurface-win32.c: Fix formatting for popup functions
- Date: Wed, 16 Jun 2021 04:33:54 +0000 (UTC)
commit 1916457e4f6daaf9ebe30de2065d783a9a5ff6e6
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Tue Jun 15 16:01:09 2021 +0800
gdksurface-win32.c: Fix formatting for popup functions
gdk/win32/gdksurface-win32.c | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/gdk/win32/gdksurface-win32.c b/gdk/win32/gdksurface-win32.c
index 1d0f12771a..3c5a425861 100644
--- a/gdk/win32/gdksurface-win32.c
+++ b/gdk/win32/gdksurface-win32.c
@@ -4657,9 +4657,9 @@ gdk_win32_popup_init (GdkWin32Popup *popup)
static void
gdk_win32_popup_get_property (GObject *object,
- guint prop_id,
- GValue *value,
- GParamSpec *pspec)
+ guint prop_id,
+ GValue *value,
+ GParamSpec *pspec)
{
GdkSurface *surface = GDK_SURFACE (object);
@@ -4681,9 +4681,9 @@ gdk_win32_popup_get_property (GObject *object,
static void
gdk_win32_popup_set_property (GObject *object,
- guint prop_id,
- const GValue *value,
- GParamSpec *pspec)
+ guint prop_id,
+ const GValue *value,
+ GParamSpec *pspec)
{
GdkSurface *surface = GDK_SURFACE (object);
@@ -4718,9 +4718,9 @@ gdk_win32_popup_class_init (GdkWin32PopupClass *class)
static gboolean
gdk_win32_popup_present (GdkPopup *popup,
- int width,
- int height,
- GdkPopupLayout *layout)
+ int width,
+ int height,
+ GdkPopupLayout *layout)
{
return gdk_win32_surface_present_popup (GDK_SURFACE (popup), width, height, layout);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]