From 075d6addd639557f128143bc2dff4fbfac9d2ffe Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 24 Feb 2003 16:58:46 +0000 Subject: [PATCH] interrogate hack --- panda/src/glxdisplay/glxGraphicsPipe.h | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/glxdisplay/glxGraphicsPipe.h b/panda/src/glxdisplay/glxGraphicsPipe.h index af2ee72aee..173667c509 100644 --- a/panda/src/glxdisplay/glxGraphicsPipe.h +++ b/panda/src/glxdisplay/glxGraphicsPipe.h @@ -31,6 +31,7 @@ class glxGraphicsWindow; typedef int Display; typedef int Window; typedef int XErrorEvent; +typedef int Atom; #endif ////////////////////////////////////////////////////////////////////