~sbeattie/ubuntu/lucid/vnc4/lp556147

« back to all changes in this revision

Viewing changes to unix/xc/lib/GL/mesa/src/drv/ffb/ffb_lines.h

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2006-05-15 20:35:17 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060515203517-l4lre1ku942mn26k
Tags: 4.1.1+X4.3.0-10
* Correction of critical security issue. Thanks to Martin Kogler
  <e9925248@student.tuwien.ac.at> that informed me about the issue,
  and provided the patch.
  This flaw was originally found by Steve Wiseman of intelliadmin.com.
* Applied patch from Javier Kohen <jkohen@users.sourceforge.net> that
  inform the user that only 8 first characters of the password will
  actually be used when typing more than 8 characters, closes:
  #355619.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* $XFree86: xc/lib/GL/mesa/src/drv/ffb/ffb_lines.h,v 1.2 2002/02/22 21:32:58 dawes Exp $ */
 
2
 
 
3
#ifndef _FFB_LINES_H
 
4
#define _FFB_LINES_H
 
5
 
 
6
#include "ffb_context.h"
 
7
 
 
8
#define _FFB_NEW_LINE (_DD_NEW_FLATSHADE |      \
 
9
                       _DD_NEW_LINE_WIDTH |     \
 
10
                       _DD_NEW_LINE_STIPPLE |   \
 
11
                       _DD_NEW_LINE_SMOOTH |    \
 
12
                       _NEW_COLOR)
 
13
 
 
14
extern void ffbDDLinefuncInit(void);
 
15
extern void ffbChooseLineState(GLcontext *);
 
16
extern void ffb_fallback_line( GLcontext *ctx, ffb_vertex *v0, ffb_vertex *v1 );
 
17
 
 
18
#endif /* !(_FFB_LINES_H) */