Skip to content

Commit

Permalink
Merge pull request #3817 from orestisfl/rect
Browse files Browse the repository at this point in the history
Remove outdated comment from Rect
  • Loading branch information
orestisfl committed Oct 9, 2019
2 parents 736ac40 + 961f98e commit 0b4d4e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/data.h
Expand Up @@ -144,8 +144,6 @@ typedef enum {


/** /**
* Stores a rectangle, for example the size of a window, the child window etc. * 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 * 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 * used for the coordinates of a window, which can be set outside of the
Expand Down

0 comments on commit 0b4d4e7

Please sign in to comment.