Merge pull request #3817 from orestisfl/rect

Remove outdated comment from Rect
next
Orestis 2019-10-09 16:12:40 +03:00 committed by GitHub
commit 0b4d4e799b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -144,8 +144,6 @@ typedef enum {
/**
* Stores a rectangle, for example the size of a window, the child window etc.
* It needs to be packed so that the compiler will not add any padding bytes.
* (it is used in src/ewmh.c for example)
*
* Note that x and y can contain signed values in some cases (for example when
* used for the coordinates of a window, which can be set outside of the