mirror of
https://github.com/nigels-com/glew.git
synced 2025-02-16 21:58:00 +00:00
improved formatting of exacts
git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@479 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
parent
206677fb3a
commit
1bc1d49abd
@ -35,7 +35,9 @@ sub prefix_varname($)
|
||||
|
||||
sub make_exact($)
|
||||
{
|
||||
return "$_[0]"
|
||||
my $exact = $_[0];
|
||||
$exact =~ s/(; |{)/$1\n/g;
|
||||
return $exact;
|
||||
}
|
||||
|
||||
sub make_separator($)
|
||||
|
@ -76,5 +76,5 @@ GLX_VERSION_1_3
|
||||
typedef XID GLXPbuffer
|
||||
typedef XID GLXFBConfigID
|
||||
typedef struct __GLXFBConfigRec *GLXFBConfig
|
||||
typedef struct { int event_type; int draw_type; unsigned long serial; Bool send_event; Display *display; GLXDrawable drawable; unsigned int buffer_mask; unsigned int aux_buffer; int x, y; int width, height; int count; } GLXPbufferClobberEvent
|
||||
typedef union __GLXEvent { GLXPbufferClobberEvent glxpbufferclobber; long pad[24]; } GLXEvent
|
||||
typedef struct { int event_type; int draw_type; unsigned long serial; Bool send_event; Display *display; GLXDrawable drawable; unsigned int buffer_mask; unsigned int aux_buffer; int x, y; int width, height; int count; } GLXPbufferClobberEvent;
|
||||
typedef union __GLXEvent { GLXPbufferClobberEvent glxpbufferclobber; long pad[24]; } GLXEvent;
|
||||
|
Loading…
Reference in New Issue
Block a user