mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 05:53:27 -07:00
Removed more dead code
This commit is contained in:
parent
601236833b
commit
2bbaa4a9a7
38 changed files with 66 additions and 943 deletions
|
@ -27,10 +27,6 @@ namespace GreenshotPlugin.UnmanagedHelpers.Enums
|
|||
public enum WindowLongIndex
|
||||
{
|
||||
GWL_EXSTYLE = -20, // Sets a new extended window style.
|
||||
GWL_HINSTANCE = -6, // Sets a new application instance handle.
|
||||
GWL_ID = -12, // Sets a new identifier of the child window. The window cannot be a top-level window.
|
||||
GWL_STYLE = -16, // Sets a new window style.
|
||||
GWL_USERDATA = -21, // Sets the user data associated with the window. This data is intended for use by the application that created the window. Its value is initially zero.
|
||||
GWL_WNDPROC = -4 // Sets a new address for the window procedure. You cannot change this attribute if the window does not belong to the same process as the calling thread.
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue