search for: preparepaintscreen

Displaying 3 results from an estimated 3 matches for "preparepaintscreen".

2007 Apr 09
5
Python plugin (Python API for Compiz)
Here is my python loader plugin which loads plain python scripts as full plugins. There is not much documentation, but I have included a few examples to get you going. triangle - Just a basic plugin which shows a triangle on a button press. This shows using ctypes to pass values from compiz to the python opengl bindings. basiczoom - Zooms in on the screen (basically) inactive - This is a port
2007 Jun 12
0
[PATCH] Added rotation state.
...cube.h index 00e5b47..4010b6b 100644 --- a/include/cube.h +++ b/include/cube.h @@ -77,6 +77,13 @@ typedef enum _PaintOrder FTB } PaintOrder; +typedef enum _RotationState +{ + RotationNone = 0, + RotationChange, + RotationManual +} RotationState; + typedef struct _CubeScreen { PreparePaintScreenProc preparePaintScreen; DonePaintScreenProc donePaintScreen; @@ -98,6 +105,8 @@ typedef struct _CubeScreen { int xRotations; PaintOrder paintOrder; + RotationState rotationState; + GLfloat distance; GLushort color[3]; GLfloat tc[12]; diff --git...
2007 Mar 24
1
Newest animation plugin
Hi, Here is the newest version of animation plugin with the updated schema. It needs the three patches I sent right before this email to function properly. Regards, Erkin -------------- next part -------------- A non-text attachment was scrubbed... Name: animation.tar.gz Type: application/x-gzip Size: 64787 bytes Desc: not available Url :