~ubuntu-branches/ubuntu/vivid/clutter-1.0/vivid-proposed

« back to all changes in this revision

Viewing changes to tests/interactive/test-cogl-tex-foreign.c

  • Committer: Package Import Robot
  • Author(s): Sjoerd Simons
  • Date: 2013-03-15 23:20:40 UTC
  • mto: (4.1.25 experimental) (1.5.1)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: package-import@ubuntu.com-20130315232040-9wwd4f9mgx8lewoz
Tags: upstream-1.13.8
ImportĀ upstreamĀ versionĀ 1.13.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
125
125
  TestCoglboxPrivate *priv = TEST_COGLBOX_GET_PRIVATE (self);
126
126
  gfloat texcoords[4] = { 0.3f, 0.3f, 0.7f, 0.7f };
127
127
  
128
 
  priv = TEST_COGLBOX_GET_PRIVATE (self);
129
 
  
130
128
  cogl_set_source_color4ub (0x66, 0x66, 0xdd, 0xff);
131
129
  cogl_rectangle (0,0,400,400);
132
130