~darkxst/ubuntu/raring/xorg-server/lp1073724

« back to all changes in this revision

Viewing changes to hw/xfree86/common/xf86Mode.c

  • Committer: Package Import Robot
  • Author(s): Cyril Brulebois
  • Date: 2011-12-20 11:39:51 UTC
  • mto: (0.10.23) (1.1.48)
  • mto: This revision was merged to the branch mainline in revision 244.
  • Revision ID: package-import@ubuntu.com-20111220113951-cx9svdcnqpcta5wk
Tags: upstream-1.11.99.2
ImportĀ upstreamĀ versionĀ 1.11.99.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
static void
97
97
printModeRejectMessage(int index, DisplayModePtr p, int status)
98
98
{
99
 
    char *type;
 
99
    const char *type;
100
100
 
101
101
    if (p->type & M_T_BUILTIN)
102
102
        type = "built-in ";
2065
2065
{
2066
2066
    DisplayModePtr p;
2067
2067
    float hsync, refresh = 0;
2068
 
    char *desc, *desc2, *prefix, *uprefix;
 
2068
    const char *desc, *desc2, *prefix, *uprefix;
2069
2069
 
2070
2070
    if (scrp == NULL)
2071
2071
        return;