Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 159375
Collapse All | Expand All

(-)a/GL/glx/glxdri.c (-8 / +2 lines)
Lines 121-139 static const char CREATE_NEW_SCREEN_FUNC Link Here
121
static void
121
static void
122
__glXDRIleaveServer(void)
122
__glXDRIleaveServer(void)
123
{
123
{
124
  int i;
124
  DRIBlockHandler(NULL, NULL, NULL);
125
126
  for (i = 0; i < screenInfo.numScreens; i++)
127
    DRIDoBlockHandler(i, NULL, NULL, NULL);
128
}
125
}
129
    
126
    
130
static void
127
static void
131
__glXDRIenterServer(void)
128
__glXDRIenterServer(void)
132
{
129
{
133
  int i;
130
  DRIWakeupHandler(NULL, 0, NULL);
134
135
  for (i = 0; i < screenInfo.numScreens; i++)
136
    DRIDoWakeupHandler(i, NULL, 0, NULL);
137
}
131
}
138
132
139
static void
133
static void

Return to bug 159375