diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-05-15 17:55:36 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-05-15 17:55:36 (GMT) |
| commit | ba5efb101e30c75e9d1a639a717f48767785982d (patch) | |
| tree | b56885c79618054b5de1a2d52449d28638b3f03c /src/Graphics.h | |
| parent | 136675b56a8a1862afb41ccee5c14e93e483b964 (diff) | |
| download | powder-ba5efb101e30c75e9d1a639a717f48767785982d.zip powder-ba5efb101e30c75e9d1a639a717f48767785982d.tar.gz | |
Username, password icons for Login window
Diffstat (limited to 'src/Graphics.h')
| -rw-r--r-- | src/Graphics.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Graphics.h b/src/Graphics.h index 9b91701..5e43417 100644 --- a/src/Graphics.h +++ b/src/Graphics.h @@ -87,7 +87,9 @@ enum Icon IconFolder, IconSearch, IconDelete, - IconReport + IconReport, + IconUsername, + IconPassword }; //"Graphics lite" - slightly lower performance due to variable size, |
