~ubuntu-branches/ubuntu/trusty/scilab/trusty

« back to all changes in this revision

Viewing changes to modules/graphics/src/c/getHandleProperty/set_anti_aliasing_property.c

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-02 11:02:49 UTC
  • mfrom: (1.4.6)
  • Revision ID: package-import@ubuntu.com-20120802110249-0v5953emkp25geuz
Tags: 5.4.0-beta-2-1~exp1
* New upstream release
* Remove libscilab-java (remove upstream). Use libscilab2-java instead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#include "graphicObjectProperties.h"
32
32
 
33
33
/*------------------------------------------------------------------------*/
34
 
int set_anti_aliasing_property(char* pobjUID, size_t stackPointer, int valueType, int nbRow, int nbCol )
 
34
int set_anti_aliasing_property(void* _pvCtx, char* pobjUID, size_t stackPointer, int valueType, int nbRow, int nbCol )
35
35
{
36
36
 
37
37
    int quality = 0;