From dd80dbf49724ac8b54cfbb663d0724af4e89e7e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Fri, 21 Sep 2007 12:48:21 +0100 Subject: [PATCH] Port last changes from master into glucose code. --- glucose/glucose.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/glucose/glucose.c b/glucose/glucose.c index b75a1d39e..076bb7e54 100644 --- a/glucose/glucose.c +++ b/glucose/glucose.c @@ -423,8 +423,6 @@ glucoseScreenInit (ScreenPtr pScreen, int flags) XGL_SCREEN_WRAP (CreateWindow, xglCreateWindow); XGL_SCREEN_WRAP (DestroyWindow, xglDestroyWindow); XGL_SCREEN_WRAP (ChangeWindowAttributes, xglChangeWindowAttributes); - XGL_SCREEN_WRAP (PaintWindowBackground, xglPaintWindowBackground); - XGL_SCREEN_WRAP (PaintWindowBorder, xglPaintWindowBorder); XGL_SCREEN_WRAP (CreateGC, xglCreateGC);