~ubuntu-branches/ubuntu/vivid/xorg-server/vivid

« back to all changes in this revision

Viewing changes to glx/glapi.c

  • Committer: Package Import Robot
  • Author(s): Maarten Lankhorst
  • Date: 2013-07-03 12:03:57 UTC
  • mfrom: (1.1.56)
  • Revision ID: package-import@ubuntu.com-20130703120357-caosebpn11zu2zj0
Tags: 2:1.14.1-0ubuntu0.8
Use correct version for libxfixes3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
490
490
    char run_time_patch[] = {
491
491
        0x65, 0xa1, 0, 0, 0, 0  /* movl %gs:0,%eax */
492
492
    };
493
 
    GLuint *offset = (GLuint *) & run_time_patch[2];    /* 32-bits for x86/32 */
 
493
    GLuint *offset = (GLuint *) &run_time_patch[2];    /* 32-bits for x86/32 */
494
494
    const GLubyte *const get_disp = (const GLubyte *) run_time_patch;
495
495
    GLubyte *curr_func = (GLubyte *) gl_dispatch_functions_start;
496
496