~ubuntu-branches/ubuntu/precise/nvidia-settings/precise

« back to all changes in this revision

Viewing changes to src/gtk+-2.x/ctkui.h

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Milone (tseliot)
  • Date: 2009-01-31 17:21:51 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090131172151-j7hdq3osfau2y51n
Tags: 180.25-0ubuntu1
* New upstream release (LP: #315667)
* debian/patches/02_add_missing_serverlayout.dpatch: drop patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 
34
34
char *ctk_get_display(void);
35
35
 
36
 
void ctk_main(NvCtrlAttributeHandle **, int,
37
 
              NvCtrlAttributeHandle **, int,
38
 
              NvCtrlAttributeHandle **, int,
39
 
              ParsedAttribute*,
 
36
void ctk_main(ParsedAttribute*,
40
37
              ConfigProperties*,
41
38
              CtrlHandles*);
42
39