paragui-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-cvs] CVS: paragui/test dblbuffer.cpp,1.4.2.10,1.4.2.11


From: Teunis Peters <address@hidden>
Subject: [paragui-cvs] CVS: paragui/test dblbuffer.cpp,1.4.2.10,1.4.2.11
Date: Fri, 17 Jan 2003 18:13:10 -0500

Update of /cvsroot/paragui/paragui/test
In directory subversions:/tmp/cvs-serv9717/test

Modified Files:
      Tag: devel-opengl
        dblbuffer.cpp 
Log Message:
just some small updates.  More later.


Index: dblbuffer.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/test/dblbuffer.cpp,v
retrieving revision 1.4.2.10
retrieving revision 1.4.2.11
diff -C2 -r1.4.2.10 -r1.4.2.11
*** dblbuffer.cpp       4 Nov 2002 23:04:35 -0000       1.4.2.10
--- dblbuffer.cpp       17 Jan 2003 23:13:08 -0000      1.4.2.11
***************
*** 239,243 ****
--- 239,250 ----
  
        app.LoadLayout("dblbuffer.xml");
+ #if 1
        app.SetCursor(app.GetTheme()->FindSurface("Pointer", "Pointer", 
"normal"));
+ #else
+       PG_Draw::PG_DrawableSurface* surf;
+       surf = app.GetTheme()->FindSurface("Pointer", "Pointer", "normal");
+       PG_LogMSG("%s[%s:%i]: Mouse: bpp %i rmask %x gmask %x bmask %x", 
__FUNCTION__, __FILE__, __LINE__, surf->GetFormat()->BytesPerPixel, 
surf->GetFormat()->Rmask, surf->GetFormat()->Gmask, surf->GetFormat()->Bmask);
+       app.SetCursor(surf);
+ #endif
        app.ShowCursor(PG_CURSOR_SOFTWARE);
        // get a pointer to the "quit" button





reply via email to

[Prev in Thread] Current Thread [Next in Thread]