Mercurial
Mercurial
>
sheepy-clone
/ annotate
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
|
file
|
latest
|
revisions
| annotate |
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
hedgewars/GL.h
author
unc0rr
Sun, 02 Dec 2012 01:25:11 +0400
changeset 8178
8bd087478b48
parent 6891
ab9843957664
permissions
-rw-r--r--
Fix QSettings problems: - Reopen file in ReadOnly mode if it was open in ReadWrite mode and is being read. This is needed for stupid QSettings which opens file in ReadWrite mode just to call readAll() on it. - Implement setSize(0)
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
6886
4463ee51c9ec
Render unions
unc0rr
parents:
diff
changeset
1
#pragma once
4463ee51c9ec
Render unions
unc0rr
parents:
diff
changeset
2
6891
ab9843957664
Improve rendering of function types, ranges, and more
unc0rr
parents:
6886
diff
changeset
3
#include <GL/gl.h>