summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2014-06-15 22:36:14 +0100
committerEric Anholt <eric@anholt.net>2014-06-15 22:50:36 +0100
commitb36d9ccba593da3f633d8b3a1bbe8180d94c5f5f (patch)
tree403422113f51c044ef0f3c2e2f33ca05ea93b86e
parentc4e95b97f8a72c22d21f843963fc9bab13fb29e4 (diff)
destroygc whitespaceHEADmaster
With this squashed in, it's: Reviewed-by: Eric Anholt <eric@anholt.net>
-rw-r--r--src/uxa/uxa.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/uxa/uxa.c b/src/uxa/uxa.c
index b14cd8f0..1b804690 100644
--- a/src/uxa/uxa.c
+++ b/src/uxa/uxa.c
@@ -277,9 +277,9 @@ uxa_destroy_gc(GCPtr gc)
#if HAS_GLAMOR_DESTROY_GC
uxa_screen_t *uxa_screen = uxa_get_screen(gc->pScreen);
if (uxa_screen->info->flags & UXA_USE_GLAMOR) {
- glamor_destroy_gc(gc);
- return;
- }
+ glamor_destroy_gc(gc);
+ return;
+ }
#endif
miDestroyGC(gc);
}
@@ -288,7 +288,7 @@ static GCFuncs uxaGCFuncs = {
.ValidateGC = uxa_validate_gc,
.ChangeGC = miChangeGC,
.CopyGC = miCopyGC,
- .DestroyGC = uxa_destroy_gc,
+ .DestroyGC = uxa_destroy_gc,
.ChangeClip = miChangeClip,
.DestroyClip = miDestroyClip,
.CopyClip = miCopyClip