~ubuntu-branches/debian/sid/bristol/sid

« back to all changes in this revision

Viewing changes to libbrighton/brightonInterface.c

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2011-02-15 02:54:23 UTC
  • mfrom: (13.1.6 experimental)
  • Revision ID: james.westby@ubuntu.com-20110215025423-g8hcla5gyl08mae3
Tags: 0.60.8-2
* Upload to unstable.
* Relax JACK's build-deps to let this build in sid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
brightonWindow *
31
31
brightonInterface(brightonApp *app, int quality, int library, int aa, float aad,
32
 
int gs)
 
32
int gs, int x, int y)
33
33
{
34
34
        brightonDisplay *display;
35
35
 
91
91
                        break;
92
92
        };
93
93
 
 
94
printf("brighton %p %i %i\n", app, app->width, app->height);
94
95
        /*
95
96
         * Request a new toplevel window for this app.
96
97
         */
98
99
                app,
99
100
                BRIGHTON_CMAP_SIZE,
100
101
                BRIGHTON_DEFAULT_ICON,
101
 
                quality, gs)))
 
102
                quality, gs, x, y)))
102
103
        {
103
104
                if (display->flags & BRIGHTON_LIB_DEBUG)
104
105
                        display->bwin->flags |= BRIGHTON_DEBUG;