Ignore:
Timestamp:
May 23, 2000, 10:41:28 PM (25 years ago)
Author:
jeroen
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/mesa/internal.c

    r2962 r3598  
    1 /* $Id: internal.c,v 1.1 2000-03-01 18:49:30 jeroen Exp $ */
     1/* $Id: internal.c,v 1.2 2000-05-23 20:40:38 jeroen Exp $ */
    22/*****************************************************************************/
    33/*                                                                           */
     
    66/*****************************************************************************/
    77
    8 #include <os2win.h>
     8#include <windows.h>
    99#include "types.h"
    1010#include "wmesadef.h"
     
    1515void * _System _InternalOGLQueryBB(void)
    1616{
     17#ifdef DIVE
    1718  /* Return ptr to the current backbuffer */
    1819  if(Current)
    1920    return Current->pbPixels;
     21#endif
    2022
    2123  return 0;
     
    2527{
    2628  /* Return ptr to the current frontbuffer */
     29#ifdef DIVE
    2730  if(Current)
    2831    if(Current->ppFrameBuffer)
     
    3033    else
    3134      return Current->pbPixels;
     35#endif
    3236
    3337  return 0;
Note: See TracChangeset for help on using the changeset viewer.