summaryrefslogtreecommitdiffstats
path: root/libvo/vo_xmga.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/vo_xmga.c')
-rw-r--r--libvo/vo_xmga.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_xmga.c b/libvo/vo_xmga.c
index d5c3d98cff..ad5912b568 100644
--- a/libvo/vo_xmga.c
+++ b/libvo/vo_xmga.c
@@ -348,6 +348,6 @@ uninit(void)
#endif
saver_on(mDisplay);
mga_uninit();
- XClearWindow( mDisplay,mWindow );
+ XDestroyWindow( mDisplay,mWindow );
printf("vo: uninit!\n");
}