Remove outdated comment from Rect
This has changed after #3787. The packed attribute was added in75aac5bc02
for _NET_WORKAREA. However,eec80838ab
removed _NET_WORKAREA support. I did some quick greping for `memcpy.+Rect` and didn't find any similar code that could theoretically lead to problems.
This commit is contained in:
parent
5e1094e994
commit
961f98eb15
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue