-
-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git-svn-id: https://xpra.org/svn/Xpra/trunk@26899 3bb7dfac-3a0b-4e04-842a-767bc560f471
- Loading branch information
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# This file is part of Xpra. | ||
# Copyright (C) 2013 Serviware (Arthur Huillet, <[email protected]>) | ||
# Copyright (C) 2012-2019 Antoine Martin <[email protected]> | ||
# Copyright (C) 2012-2020 Antoine Martin <[email protected]> | ||
# Xpra is released under the terms of the GNU GPL v2, or, at your option, any | ||
# later version. See the file COPYING for details. | ||
|
||
|
@@ -23,7 +23,6 @@ | |
GL_BLEND, GL_ONE, GL_ONE_MINUS_SRC_ALPHA, GL_SRC_ALPHA, | ||
GL_TEXTURE_MAX_LEVEL, GL_TEXTURE_BASE_LEVEL, | ||
GL_PERSPECTIVE_CORRECTION_HINT, GL_FASTEST, | ||
glLineStipple, GL_LINE_STIPPLE, | ||
glTexEnvi, GL_TEXTURE_ENV, GL_TEXTURE_ENV_MODE, GL_REPLACE, | ||
glHint, | ||
glBlendFunc, | ||
|