~ubuntu-branches/ubuntu/raring/mumble/raring

« back to all changes in this revision

Viewing changes to g15helper/g15helper_macx.c

  • Committer: Bazaar Package Importer
  • Author(s): Thorvald Natvig
  • Date: 2009-12-10 20:29:29 UTC
  • mfrom: (9.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091210202929-3096zttdt0ie9kw6
Tags: 1.2.0-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
        memset(&ctx, 0, sizeof(ctx));
89
89
        memset(&bitmap, 0, sizeof(bitmap));
90
90
 
91
 
        conn.appFriendlyName = CFSTR(G15_WIDGET_NAME);
 
91
        conn.appFriendlyName = G15_WIDGET_NAME;
92
92
        conn.isAutostartable = FALSE;
93
93
        conn.isPersistent = FALSE;
94
94
        conn.dwAppletCapabilitiesSupported =LGLCD_APPLET_CAP_BASIC | LGLCD_APPLET_CAP_BW;